Skip to content

Commit

Permalink
Merge branch 'main' into github-renovate/apple-swift-nio-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 27, 2024
2 parents b7226fb + 3f9d430 commit 62a48b5
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.5.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.1"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
],
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: "11.0.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.6.1"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
]
)
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.5.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.1"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.2"),
.package(path: "third_party/my_local_package"),
.package(path: "third_party/NotThatAmazingModule"),
Expand Down

0 comments on commit 62a48b5

Please sign in to comment.