Skip to content

Commit

Permalink
Merge pull request #26 from Rallista/feat/tagged-macros
Browse files Browse the repository at this point in the history
feat: added tagged/stable macros dependency
  • Loading branch information
ianthetechie authored Feb 27, 2024
2 parents a95c12b + 9e5bad3 commit 8a9320d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/maplibre/maplibre-gl-native-distribution.git",
"state" : {
"revision" : "3df876f8f2c6c591b0f66a29b3e216020afc885c",
"version" : "6.0.0"
"revision" : "818e1d6b83e4cbe8482eca3e6e57d3f560926157",
"version" : "6.1.1"
}
},
{
"identity" : "maplibre-swift-macros",
"kind" : "remoteSourceControl",
"location" : "https://github.com/stadiamaps/maplibre-swift-macros.git",
"state" : {
"branch" : "main",
"revision" : "b8deecb8adc3b911de311ead5a13b98fbf2d7824"
"revision" : "507939d324a6296554894e1a534bb3f9c91a82d8",
"version" : "0.0.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.1.0"),
.package(url: "https://github.com/stadiamaps/maplibre-swift-macros.git", branch: "main"),
.package(url: "https://github.com/stadiamaps/maplibre-swift-macros.git", from: "0.0.1"),
// Testing
.package(url: "https://github.com/Kolos65/Mockable.git", from: "0.0.2"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.15.3"),
Expand Down

0 comments on commit 8a9320d

Please sign in to comment.