We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067d089 commit b5d5fa9Copy full SHA for b5d5fa9
Package.swift
@@ -20,7 +20,7 @@ let package = Package(
20
dependencies: [
21
// Dependencies declare other packages that this package depends on.
22
// .package(url: /* package url */, from: "1.0.0"),
23
- .package(url: "https://github.com/segmentio/sovran-swift.git", from: "1.1.0"),
+ .package(url: "https://github.com/segmentio/sovran-swift.git", from: "1.1.1"),
24
.package(url: "https://github.com/segmentio/jsonsafeencoder-swift.git", from: "1.0.0")
25
],
26
targets: [
0 commit comments