Skip to content

Commit d765698

Browse files
author
Anton Pogonets
authored
Migrate to readdle repos
1 parent 993ed5c commit d765698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ let package = Package(
1111
)
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/andriydruk/java_swift.git", .exact("2.1.2")),
15-
.package(url: "https://github.com/andriydruk/swift-anycodable.git", .exact("1.0.0")),
14+
.package(url: "https://github.com/readdle/java_swift.git", .exact("2.1.2")),
15+
.package(url: "https://github.com/readdle/swift-anycodable.git", .exact("1.0.0")),
1616
],
1717
targets: [
1818
.target(name: "JavaCoder", dependencies: ["java_swift", "AnyCodable"], path: "Sources"),

0 commit comments

Comments
 (0)