Skip to content

Commit

Permalink
Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Nov 27, 2024
1 parent c512d1e commit cc9ec9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FluidGroup/swift-collections",
"location" : "https://github.com/apple/swift-collections",
"state" : {
"revision" : "939cfd25234472b4dc91c3caeab304d15bca9a73",
"revision" : "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb",
"version" : "1.1.0"
}
},
Expand All @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "ffa3cd6fc2aa62adbedd31d3efaf7c0d86a9f029",
"version" : "509.0.1"
"revision" : "0687f71944021d616d34d922343dcef086855920",
"version" : "600.0.1"
}
},
{
Expand All @@ -77,8 +77,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/VergeGroup/Verge.git",
"state" : {
"revision" : "6e41f28d0e4ca2e8309a61ae186f465d04761e23",
"version" : "12.0.0"
"revision" : "ea8f1e54ceec3078215762ca6ea73c7b93fc266c",
"version" : "12.5.0"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ let package = Package(
.library(name: "BrightroomUIPhotosCrop", targets: ["BrightroomUIPhotosCrop"])
],
dependencies: [
.package(url: "https://github.com/VergeGroup/Verge.git", from: "12.0.0-beta.2"),
.package(url: "https://github.com/FluidGroup/TransitionPatch.git", from: "1.0.3"),
.package(url: "https://github.com/VergeGroup/Verge", from: "12.5.0"),
.package(url: "https://github.com/FluidGroup/TransitionPatch", from: "1.0.3"),
.package(url: "https://github.com/FluidGroup/PrecisionLevelSlider", from: "2.1.0"),
],
targets: [
Expand Down

0 comments on commit cc9ec9d

Please sign in to comment.