System: update dependencies

This commit is contained in:
Andrew Druk 2019-03-27 10:25:42 +02:00
parent d5cb2c811b
commit 1450a4c778
1 changed files with 2 additions and 2 deletions

View File

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