From 981f920a854c87da0dbd4f6a170b6285b6089786 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Thu, 24 Apr 2025 17:49:44 +0200 Subject: [PATCH] Update core extension to 0.3.14 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 38048da..e5df44a 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA32.0"), - .package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.12"..<"0.4.0") + .package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.14"..<"0.4.0") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.