Skip to content

Commit

Permalink
Just increase the minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Oct 26, 2023
1 parent 21bfe1a commit 14da09e
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 @@ -14,7 +14,7 @@ let package = Package(
.library(name: "BaseTextView", targets: ["BaseTextView"]),
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/Rearrange", from: "1.4.0"),
.package(url: "https://github.com/ChimeHQ/Rearrange", from: "1.6.0"),
],
targets: [
.target(name: "TextViewPlus", dependencies: ["Rearrange"], swiftSettings: settings),
Expand Down

0 comments on commit 14da09e

Please sign in to comment.