Skip to content

Commit 3367c8a

Browse files
committed
update
1 parent 8edd8a1 commit 3367c8a

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
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
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["replicate-kit-swift"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/The-Igor/async-http-client.git", from: "1.4.0")
16+
.package(url: "https://github.com/The-Igor/async-http-client.git", from: "1.4.1")
1717
],
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Sources/replicate-kit-swift/net/reader/JsonReader.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ extension ReplicateAPI{
3535
}
3636
}
3737
}
38-
3938
}

0 commit comments

Comments
 (0)