Updated the SwiftLibs package dependency to its latest release.

This commit is contained in:
Javier Cicchelli 2023-04-30 15:45:29 +02:00
parent 47b675fb78
commit 9812366575
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/rock-n-code/swift-libs.git",
"state" : {
"revision" : "94a49afb6660e62f8c77035a9ea630b07b48c931",
"version" : "0.1.5"
"revision" : "2f3712c830300dde975fbee256b4dca50c5273c2",
"version" : "0.1.7"
}
}
],

View File

@ -28,7 +28,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/rock-n-code/swift-libs.git", from: "0.1.5"),
.package(url: "https://github.com/rock-n-code/swift-libs.git", from: "0.1.7"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
],
targets: [