Skip to content

Commit

Permalink
Bump MapLibre dependency (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie authored Nov 19, 2024
1 parent d74b1ee commit d9a79cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/maplibre/maplibre-gl-native-distribution.git",
"state" : {
"revision" : "f23db791d7b6f0329e3c6788d8e4152c24c52b6b",
"version" : "6.7.1"
"revision" : "b84a0decbe9ca1caeff1402efdce71349c09d790",
"version" : "6.8.1"
}
},
{
Expand Down Expand Up @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/maplibre/swiftui-dsl",
"state" : {
"revision" : "a6e079ce382e7860bc9105a05534f967a2f9ef65",
"version" : "0.3.1"
"revision" : "59853fd148b565c5cd1d67f14a9aa4b446048f03",
"version" : "0.4.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if useLocalMapLibreSwiftUIDSL {
} else {
maplibreSwiftUIDSLPackage = .package(
url: "https://github.com/maplibre/swiftui-dsl",
from: "0.1.0"
from: "0.4.0"
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/maplibre/maplibre-gl-native-distribution.git",
"state" : {
"revision" : "e409318144091c3ee9ad551b202e1c36695f8086",
"version" : "6.7.0"
"revision" : "b84a0decbe9ca1caeff1402efdce71349c09d790",
"version" : "6.8.1"
}
},
{
"identity" : "maplibre-swift-macros",
"kind" : "remoteSourceControl",
"location" : "https://github.com/stadiamaps/maplibre-swift-macros.git",
"state" : {
"revision" : "236215c13bff962009e0f0257d6d8349be33442f",
"version" : "0.0.4"
"revision" : "9e27e62dff7fd727aebd0a7c8aa74e7635a5583e",
"version" : "0.0.5"
}
},
{
Expand All @@ -33,17 +33,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-syntax.git",
"state" : {
"revision" : "64889f0c732f210a935a0ad7cda38f77f876262d",
"version" : "509.1.1"
"revision" : "2bc86522d115234d1f588efe2bcb4ce4be8f8b82",
"version" : "510.0.3"
}
},
{
"identity" : "swiftui-dsl",
"kind" : "remoteSourceControl",
"location" : "https://github.com/maplibre/swiftui-dsl",
"state" : {
"revision" : "5ba75ef1e4382fcc7ee71e274eb9c2a50906b14e",
"version" : "0.1.0"
"revision" : "59853fd148b565c5cd1d67f14a9aa4b446048f03",
"version" : "0.4.0"
}
}
],
Expand Down

0 comments on commit d9a79cb

Please sign in to comment.