Skip to content

Commit d5cb2c8

Browse files
committed
System: update AnyCodable
1 parent 640089e commit d5cb2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.package(url: "https://github.com/readdle/java_swift.git", .exact("2.1.3")),
15-
.package(url: "https://github.com/readdle/swift-anycodable.git", .exact("1.0.0")),
15+
.package(url: "https://github.com/readdle/swift-anycodable.git", .upToNextMinor(from: "1.0.2")),
1616
],
1717
targets: [
1818
.target(name: "JavaCoder", dependencies: ["java_swift", "AnyCodable"], path: "Sources"),

0 commit comments

Comments
 (0)