Skip to content

Commit 70c5854

Browse files
committed
chore(plugins): update Package.swift to use remote SundialKit dependency (v2.0.0 branch)
1 parent e0e849c commit 70c5854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ let package = Package(
5959
)
6060
],
6161
dependencies: [
62-
.package(name: "SundialKit", path: "../../")
62+
.package(url: "https://github.com/brightdigit/SundialKit.git", branch: "v2.0.0")
6363
],
6464
targets: [
6565
.target(

0 commit comments

Comments
 (0)