Skip to content

Commit

Permalink
Merge pull request #4 from customerio/shahroz-fix-versions
Browse files Browse the repository at this point in the history
chore: fixed to exact versions
  • Loading branch information
Shahroz16 authored Apr 22, 2024
2 parents a3b85f4 + b345208 commit 3b96fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/segmentio/sovran-swift.git", from: "1.1.1"),
.package(url: "https://github.com/segmentio/jsonsafeencoder-swift.git", from: "1.0.0")
.package(url: "https://github.com/segmentio/sovran-swift.git", .exact("1.1.1")),
.package(url: "https://github.com/segmentio/jsonsafeencoder-swift.git", .exact("1.0.1"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 3b96fe7

Please sign in to comment.