Skip to content

Commit

Permalink
chore: update powersync-sqlite-core
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Jan 9, 2025
1 parent 2f5a2e0 commit 289bd84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/powersync-ja/powersync-sqlite-core-swift.git",
"state" : {
"revision" : "6aaa0606d8053fe2e2f57015a8a275c0440ee643",
"version" : "0.3.4"
"revision" : "a43d8c855a5461d0176135445eb6f425a3b38964",
"version" : "0.3.8"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA11.0"),
.package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.1"..<"0.4.0"),
.package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.8"..<"0.4.0")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit 289bd84

Please sign in to comment.