Skip to content

Commit

Permalink
Merge pull request #2 from 417-72KI/require-swift-5.10
Browse files Browse the repository at this point in the history
Require Swift 5.10
  • Loading branch information
417-72KI authored Jul 18, 2024
2 parents 7af33f6 + 4f55d54 commit 6f17546
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/matrix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"xcode_version": [
"15.4",
"15.2"
"15.4"
]
}
7 changes: 4 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "c483f3216dc774fbab29a9ed7a3fa41520f41face9ed58b798f83b15d8739961",
"pins" : [
{
"identity" : "clangswift",
Expand All @@ -23,10 +24,10 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "6ad4ea24b01559dde0773e3d091f1b9e36175036",
"version" : "509.0.2"
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
"version" : "510.0.2"
}
}
],
"version" : 2
"version" : 3
}
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: 5.10

import PackageDescription

Expand All @@ -12,7 +12,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.0"),
.package(url: "https://github.com/llvm-swift/ClangSwift", branch: "master"),
],
targets: [
Expand Down

0 comments on commit 6f17546

Please sign in to comment.