Skip to content

Commit

Permalink
update swift-log to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Nov 26, 2024
1 parent b87006b commit 44cd0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-atomics", from: "1.0.0"),
.package(url: "https://github.com/lhoward/AsyncExtensions", from: "0.9.0"),
// TODO: use a release when one made with Android support
.package(url: "https://github.com/apple/swift-log", branch: "main"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
] + packageDependencies,
targets: [
.target(
Expand Down

0 comments on commit 44cd0f2

Please sign in to comment.