Skip to content

Commit 68c597f

Browse files
committed
Use public git URI
1 parent c4997da commit 68c597f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ let package = Package(
7777
),
7878
],
7979
dependencies: conditionalDependencies + [
80-
.package(url: "git@github.com:powersync-ja/CSQLite.git", revision: "3.51.1")
80+
.package(url: "https://github.com/powersync-ja/CSQLite.git", revision: "3.51.1")
8181
],
8282
targets: [
8383
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)