Skip to content

Commit

Permalink
Require Swift 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Dec 19, 2023
1 parent eb7560b commit fc1dc35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.7
// swift-tools-version: 5.9

import PackageDescription

Expand All @@ -15,8 +15,7 @@ let package = Package(
],
targets: [
.target(
name: "SwiftKeys",
dependencies: []
name: "SwiftKeys"
),
.testTarget(
name: "SwiftKeysTests",
Expand Down

0 comments on commit fc1dc35

Please sign in to comment.