Skip to content

Commit

Permalink
Merge pull request #6 from CuriositySoftware/swift_syntax_version
Browse files Browse the repository at this point in the history
SwiftSyntax version specification changed to upToNextMajor
  • Loading branch information
yimajo committed Nov 6, 2023
2 parents 7fc8c67 + b7b13a1 commit 221a6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.2"),
.package(url: "https://github.com/apple/swift-syntax.git", .upToNextMajor(from: "509.0.2")),
],
targets: [
.macro(
Expand Down

0 comments on commit 221a6ff

Please sign in to comment.