Skip to content

Commit fd86479

Browse files
committed
Update to be compatible with swift-syntax 602.0.0
1 parent d8b2e19 commit fd86479

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Package.resolved

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let package = Package(
2727
dependencies: [
2828
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.10.0"),
2929
// Macros
30-
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.0.0" ..< "602.0.0"),
30+
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.0.0" ..< "603.0.0"),
3131
// Testing
3232
.package(url: "https://github.com/apple/swift-numerics.git", from: "1.1.0"),
3333
.package(url: "https://github.com/Kolos65/Mockable.git", from: "0.3.1"),

0 commit comments

Comments
 (0)