Skip to content

Commit 9b86aa3

Browse files
committed
chore: update versions
1 parent 627b94f commit 9b86aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let package = Package(
1010
.library(name: "LCLAuth", targets: ["LCLAuth"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/johnnzhou/lcl-k1.git", branch: "main"),
14-
.package(url: "https://github.com/johnnzhou/swift-crypto.git", branch: "main")
13+
.package(url: "https://github.com/Local-Connectivity-Lab/lcl-k1.git", exact: "1.0.1"),
14+
.package(url: "https://github.com/Local-Connectivity-Lab/swift-crypto.git", from: "1.0.0")
1515
],
1616
targets: [
1717
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)