Skip to content

Commit a498911

Browse files
committed
Updated Diffable.
1 parent 5be36fc commit a498911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
dependencies: [
1818
.package(url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.8")),
1919
.package(url: "https://github.com/ivanvorobei/SPPerspective", .upToNextMajor(from: "1.4.1")),
20-
.package(url: "https://github.com/ivanvorobei/SPDiffable", .upToNextMajor(from: "4.0.6")),
20+
.package(url: "https://github.com/ivanvorobei/SPDiffable", .upToNextMajor(from: "4.0.7")),
2121
.package(url: "https://github.com/ivanvorobei/SPPageController", .upToNextMajor(from: "1.3.2"))
2222
],
2323
targets: [

0 commit comments

Comments
 (0)