Skip to content

Commit 1450a4c

Browse files
committed
System: update dependencies
1 parent d5cb2c8 commit 1450a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ let package = Package(
1111
)
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/readdle/java_swift.git", .exact("2.1.3")),
15-
.package(url: "https://github.com/readdle/swift-anycodable.git", .upToNextMinor(from: "1.0.2")),
14+
.package(url: "https://github.com/readdle/java_swift.git", .upToNextMinor(from: "2.1.4")),
15+
.package(url: "https://github.com/readdle/swift-anycodable.git", .upToNextMinor(from: "1.0.5")),
1616
],
1717
targets: [
1818
.target(name: "JavaCoder", dependencies: ["java_swift", "AnyCodable"], path: "Sources"),

0 commit comments

Comments
 (0)