File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- // swift-tools-version: 5.7
1+ // swift-tools-version: 6.0
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44import PackageDescription
@@ -15,8 +15,8 @@ let package = Package(
1515 targets: [
1616 . binaryTarget(
1717 name: " GRDB " ,
18- url: " https://github.com/inline-chat/GRDB.swift/releases/download/3.1.0 /GRDB.xcframework.zip " ,
19- checksum: " f6fa67a7ae52c99f96f7859e506c2186e30313c92a50dd7f7a9303af2b5a7bf3 "
18+ url: " https://github.com/inline-chat/GRDB.swift/releases/download/3.1.1 /GRDB.xcframework.zip " ,
19+ checksum: " d0cb96c05a0605b435b74e6f56470b9f175cd53db42c968a7ac1af7b67b34e3c "
2020 ) ,
2121 . target( name: " _GRDBDummy " )
2222 ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The default branch for this repository is `main` (as opposed to upstream's `mast
88
99## Version
1010
11- * This Package: * 3.1.0 *
11+ * This Package: * 3.1.1 *
1212* GRDB: * 7.4.1*
1313* SQLCipher: * 4.7.0*
1414
You can’t perform that action at this time.
0 commit comments