Skip to content

Commit 1ba6e12

Browse files
committed
Use the Lighter release repository
Latest is the greatest.
1 parent d9c1719 commit 1ba6e12

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Package.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ var package = Package(
1111
],
1212

1313
dependencies: [
14-
.package(url: "[email protected]:55DB091A-8471-447B-8F50-5DFF4C1B14AC/Lighter.git",
15-
from: "1.0.0"),
16-
.package(url: "[email protected]:55DB091A-8471-447B-8F50-5DFF4C1B14AC/NorthwindSQLite.swift.git",
17-
from: "1.0.0"),
14+
.package(url: "https://github.com/Lighter-swift/Lighter.git", from: "1.0.2"),
15+
.package(url: "https://github.com/Lighter-swift/NorthwindSQLite.swift.git",
16+
from: "1.0.4"),
1817

1918
.package(url: "https://github.com/Macro-swift/MacroExpress.git",
2019
from: "0.8.8"),

0 commit comments

Comments
 (0)