Skip to content

Commit 7097903

Browse files
committed
Update json encoder version
1 parent a136212 commit 7097903

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Package.resolved

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/segmentio/jsonsafeencoder-swift.git",
77
"state" : {
8-
"revision" : "75ad40f07d4e0b938e3afb80811244d6b7acd4ba",
9-
"version" : "1.0.0"
8+
"revision" : "8b70dc8c01b7b041912e30e29d2b488a43f782ac",
9+
"version" : "1.0.1"
1010
}
1111
},
1212
{
1313
"identity" : "sovran-swift",
1414
"kind" : "remoteSourceControl",
15-
"location" : "https://github.com/segmentio/Sovran-Swift.git",
15+
"location" : "https://github.com/segmentio/sovran-swift.git",
1616
"state" : {
1717
"revision" : "64f3b5150c282a34af4578188dce2fd597e600e3",
1818
"version" : "1.1.0"
1919
}
2020
}
2121
],
2222
"version" : 2
23-
}
23+
}

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
// Dependencies declare other packages that this package depends on.
2222
// .package(url: /* package url */, from: "1.0.0"),
2323
.package(url: "https://github.com/segmentio/sovran-swift.git", from: "1.1.0"),
24-
.package(url: "https://github.com/segmentio/jsonsafeencoder-swift.git", from: "1.0.0")
24+
.package(url: "https://github.com/segmentio/jsonsafeencoder-swift.git", from: "1.0.1")
2525
],
2626
targets: [
2727
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

[email protected]

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
// Dependencies declare other packages that this package depends on.
2323
// .package(url: /* package url */, from: "1.0.0"),
2424
.package(url: "https://github.com/segmentio/sovran-swift.git", from: "1.1.0"),
25-
.package(url: "https://github.com/segmentio/jsonsafeencoder-swift.git", from: "1.0.0")
25+
.package(url: "https://github.com/segmentio/jsonsafeencoder-swift.git", from: "1.0.1")
2626
],
2727
targets: [
2828
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)