Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-log to from: "1.6.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Jun 27, 2024
1 parent 88e96a1 commit ed68d06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bzlmod/workspace/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.4.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.5.4"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.1"),
],
targets: [
.executableTarget(
Expand Down
2 changes: 1 addition & 1 deletion examples/interesting_deps/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ let package = Package(
.package(url: "https://github.com/GEOSwift/GEOSwift", from: "10.1.0"),
.package(url: "https://github.com/OpenCombine/OpenCombine", from: "0.14.0"),
.package(url: "https://github.com/SDWebImage/libwebp-Xcode.git", from: "1.3.2"),
.package(url: "https://github.com/apple/swift-log", from: "1.5.4"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.1"),
]
)
2 changes: 1 addition & 1 deletion examples/pkg_manifest_minimal/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "MySwiftPackage",
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.4.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.5.4"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.1"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.53.10"),
.package(path: "third_party/my_local_package"),
.package(path: "third_party/NotThatAmazingModule"),
Expand Down

0 comments on commit ed68d06

Please sign in to comment.