Skip to content

Commit c75efbd

Browse files
authored
Fixup b5d5fa9 (#299)
1 parent be838a5 commit c75efbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package@swift-5.9.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
dependencies: [
2222
// Dependencies declare other packages that this package depends on.
2323
// .package(url: /* package url */, from: "1.0.0"),
24-
.package(url: "https://github.com/segmentio/sovran-swift.git", from: "1.1.0"),
24+
.package(url: "https://github.com/segmentio/sovran-swift.git", from: "1.1.1"),
2525
.package(url: "https://github.com/segmentio/jsonsafeencoder-swift.git", from: "1.0.0")
2626
],
2727
targets: [

0 commit comments

Comments
 (0)