Skip to content

Commit 798c533

Browse files
update package
1 parent 2cbb640 commit 798c533

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Package.resolved

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"pins" : [
3+
{
4+
"identity" : "powersync-kotlin",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/powersync-ja/powersync-kotlin.git",
7+
"state" : {
8+
"revision" : "ccd2e595195c59d570eb93a878ad6a5cfca72ada",
9+
"version" : "1.0.1+SWIFT.0"
10+
}
11+
},
312
{
413
"identity" : "powersync-sqlite-core-swift",
514
"kind" : "remoteSourceControl",

Package.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ let package = Package(
1717
targets: ["PowerSync"]),
1818
],
1919
dependencies: [
20-
.package(path: "/Users/stevenontong/Documents/platform_code/powersync/powersync-kotlin"),
21-
// .package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA32.0"),
20+
.package(url: "https://github.com/powersync-ja/powersync-kotlin.git", "1.0.1+SWIFT.0"..<"1.1.0+SWIFT.0"),
2221
.package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.14"..<"0.4.0")
2322
],
2423
targets: [

0 commit comments

Comments
 (0)