We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d407222 commit 4403beeCopy full SHA for 4403bee
Package.swift
@@ -23,7 +23,7 @@ let package = Package(
23
dependencies: [
24
.package(url: "https://github.com/space-code/concurrency.git", exact: "0.3.1"),
25
.package(url: "https://github.com/apple/swift-docc-plugin", exact: "1.4.5"),
26
- .package(url: "https://github.com/space-code/log.git", exact: "1.2.0"),
+ .package(url: "https://github.com/space-code/log.git", exact: "1.3.0"),
27
.package(url: "https://github.com/space-code/atomic.git", exact: "1.1.1"),
28
.package(
29
url: "https://github.com/pointfreeco/swift-snapshot-testing",
0 commit comments