Skip to content

Commit 13131df

Browse files
committed
fix(Package.swift): update swift-tools-version to 5.9 to align with project requirements
1 parent 57e5e9b commit 13131df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.1
1+
// swift-tools-version: 5.9
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -9,7 +9,7 @@ let package = Package(
99
.macOS(.v12),
1010
.iOS(.v15),
1111
.tvOS(.v15),
12-
.watchOS(.v8)
12+
.watchOS(.v8),
1313
],
1414
products: [
1515
// Main library
@@ -19,7 +19,7 @@ let package = Package(
1919
// CLI tool for testing
2020
.executable(
2121
name: "speedrun-cli",
22-
targets: ["SpeedrunCLI"])
22+
targets: ["SpeedrunCLI"]),
2323
],
2424
dependencies: [
2525
// DocC plugin for documentation

0 commit comments

Comments
 (0)