Skip to content

Commit c520cfd

Browse files
committed
Update minimum SwiftyToolz dependency version in SPM manifest
1 parent b286dd9 commit c520cfd

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
@@ -11,7 +11,7 @@ let package = Package(
1111
dependencies: [
1212
.package(
1313
url: "https://github.com/flowtoolz/SwiftyToolz.git",
14-
.upToNextMajor(from: "1.5.2")
14+
.upToNextMajor(from: "1.5.5")
1515
),
1616
],
1717
targets: [

0 commit comments

Comments
 (0)