Skip to content

Commit 235175f

Browse files
Update to 0.3.0 of swift-utilities
I've tested this change locally and it works fine with ffm-build-tools.
1 parent 0f3106f commit 235175f

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
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
16-
.package(url: "https://github.com/gestrich/swift-utilities.git", .upToNextMinor(from: "0.2.0")),
16+
.package(url: "https://github.com/gestrich/swift-utilities.git", .upToNextMinor(from: "0.3.0")),
1717
],
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)