Migrate to readdle repos
This commit is contained in:
parent
993ed5cbdd
commit
d765698717
|
@ -11,8 +11,8 @@ let package = Package(
|
|||
)
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/andriydruk/java_swift.git", .exact("2.1.2")),
|
||||
.package(url: "https://github.com/andriydruk/swift-anycodable.git", .exact("1.0.0")),
|
||||
.package(url: "https://github.com/readdle/java_swift.git", .exact("2.1.2")),
|
||||
.package(url: "https://github.com/readdle/swift-anycodable.git", .exact("1.0.0")),
|
||||
],
|
||||
targets: [
|
||||
.target(name: "JavaCoder", dependencies: ["java_swift", "AnyCodable"], path: "Sources"),
|
||||
|
|
Loading…
Reference in New Issue