Skip to content

Commit 2069387

Browse files
committed
fix SwiftyJSONLines version for iOS
1 parent 943b074 commit 2069387

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
],
1818
dependencies: [
1919
.package(url: "https://github.com/fumito-ito/FunctionCalling", from: "0.4.0"),
20-
.package(url: "https://github.com/fumito-ito/SwiftyJSONLines.git", from: "0.0.2")
20+
.package(url: "https://github.com/fumito-ito/SwiftyJSONLines.git", from: "0.0.3")
2121
],
2222
targets: [
2323
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)