Skip to content

Commit da00a62

Browse files
authored
Merge pull request #2 from cprince-foreflight/patch-1
Update to 0.3.0 of swift-utilities
2 parents 0f3106f + 16a25df commit da00a62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/gestrich/swift-utilities.git",
77
"state": {
88
"branch": null,
9-
"revision": "b1586a95d0737fcce79ffe16f4d84afb2507297b",
10-
"version": "0.2.0"
9+
"revision": "528511fdbc13d8eb82b4f74a44663c9f40e44a83",
10+
"version": "0.3.0"
1111
}
1212
}
1313
]

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)