Skip to content

Commit

Permalink
Update to swift 6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeem committed Nov 29, 2024
1 parent 1ffe8e4 commit 3fd05d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.9
// swift-tools-version: 6.0

import PackageDescription

Expand Down Expand Up @@ -37,4 +37,4 @@ let package = Package(
name: "ScreamURITemplateExample",
dependencies: ["ScreamURITemplate"]),
],
swiftLanguageVersions: [.v5])
swiftLanguageModes: [.v6])

0 comments on commit 3fd05d3

Please sign in to comment.