Skip to content

Commit 3951fff

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

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Package.resolved

Lines changed: 15 additions & 15 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)