Skip to content

Commit

Permalink
Update Package.swift (#5)
Browse files Browse the repository at this point in the history
This update is necessary for me, becouse Rearrange inserte some interesting update as String+NSRange.swift file
  • Loading branch information
codebettertech authored Jul 13, 2024
1 parent af71db0 commit 0e9110d
Showing 1 changed file with 1 addition and 1 deletion.
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.5.0"),
.package(url: "https://github.com/ChimeHQ/Rearrange", from: "1.8.1"),
],
targets: [
.target(name: "Internal", publicHeadersPath: "."),
Expand Down

0 comments on commit 0e9110d

Please sign in to comment.