Skip to content

Commit

Permalink
fix log dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed May 19, 2023
1 parent a26be4e commit ae927ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-log.git",
"state" : {
"branch" : "main",
"revision" : "bd5ff0d8e4ddabd997cd513480740124917fc166"
"revision" : "32e8d724467f8fe623624570367e3d50c5638e46",
"version" : "1.5.2"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "SwiftHttp", targets: ["SwiftHttp"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-log.git", branch: "main"),
.package(url: "https://github.com/apple/swift-log", from: "1.5.0"),
],
targets: [
.target(name: "SwiftHttp", dependencies: [
Expand Down

0 comments on commit ae927ad

Please sign in to comment.