Skip to content

Commit

Permalink
Update to Rearrange 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Nov 25, 2024
1 parent 0e9110d commit e23226d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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/ChimeHQ/Rearrange",
"state" : {
"revision" : "9faf1d7f80bb49b58bea2943e711d38fa8504060",
"version" : "1.5.0"
"revision" : "f1d74e1642956f0300756ad8d1d64e9034857bc3",
"version" : "2.0.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.library(name: "TextStoryTesting", targets: ["TextStoryTesting"]),
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/Rearrange", from: "1.8.1"),
.package(url: "https://github.com/ChimeHQ/Rearrange", from: "2.0.0"),
],
targets: [
.target(name: "Internal", publicHeadersPath: "."),
Expand Down

0 comments on commit e23226d

Please sign in to comment.