Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
trasch committed Apr 8, 2024
1 parent 29e7a1b commit f9b3584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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/Outdooractive/gis-tools",
"state" : {
"branch" : "45_feature_id_overflow",
"revision" : "1cb8776f353dfd0b938251b1eb12ec6ddbb5f44c"
"revision" : "3a72a667c557e84527be32e5fa7ff34953716868",
"version" : "1.4.0"
}
},
{
Expand Down Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-protobuf",
"state" : {
"revision" : "65e8f29b2d63c4e38e736b25c27b83e012159be8",
"version" : "1.25.2"
"revision" : "9f0c76544701845ad98716f3f6a774a892152bcb",
"version" : "1.26.0"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ let package = Package(
targets: ["MVTTools"]),
],
dependencies: [
.package(url: "https://github.com/Outdooractive/gis-tools", branch: "45_feature_id_overflow"),
.package(url: "https://github.com/Outdooractive/gis-tools", from: "1.4.0"),
.package(url: "https://github.com/1024jp/GzipSwift.git", from: "5.2.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.1"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
.package(url: "https://github.com/apple/swift-protobuf", from: "1.25.2"),
.package(url: "https://github.com/apple/swift-protobuf", from: "1.26.0"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit f9b3584

Please sign in to comment.