System: update AnyCodable

This commit is contained in:
Andrew Druk 2019-02-28 14:52:26 +02:00
parent 640089e36f
commit d5cb2c811b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/readdle/java_swift.git", .exact("2.1.3")),
.package(url: "https://github.com/readdle/swift-anycodable.git", .exact("1.0.0")),
.package(url: "https://github.com/readdle/swift-anycodable.git", .upToNextMinor(from: "1.0.2")),
],
targets: [
.target(name: "JavaCoder", dependencies: ["java_swift", "AnyCodable"], path: "Sources"),