Skip to content

Commit 52460b6

Browse files
committed
System: fix wrong AnyCodable version
1 parent 1450a4c commit 52460b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
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", .upToNextMinor(from: "2.1.4")),
15-
.package(url: "https://github.com/readdle/swift-anycodable.git", .upToNextMinor(from: "1.0.5")),
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)