Skip to content

Commit ba87a5c

Browse files
committed
Update swift-tools-version: 5.10 -> 6.0
1 parent 714c031 commit ba87a5c

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.10.0
1+
// swift-tools-version: 6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [
1616
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.2"),
17-
.package(url: "https://github.com/groue/GRDB.swift.git", .upToNextMinor(from: "7.3.0")),
17+
.package(url: "https://github.com/groue/GRDB.swift.git", from: "7.3.0"),
1818
.package(url: "https://github.com/ashleymills/Reachability.swift.git", from: "5.2.4")
1919
],
2020
targets: [
@@ -30,5 +30,6 @@ let package = Package(
3030
name: "com.awareframework.ios.coreTests",
3131
dependencies: ["com.awareframework.ios.core"]
3232
)
33-
]
33+
],
34+
swiftLanguageModes: [.v5]
3435
)

0 commit comments

Comments
 (0)