We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1caf1cd commit a379e94Copy full SHA for a379e94
Package.swift
@@ -157,9 +157,9 @@ extension Package {
157
158
static var remote: Inject = .init(dependencies: [
159
.package(url: "https://github.com/wrkstrm/common-process.git", from: "0.3.0"),
160
- .package(url: "https://github.com/wrkstrm/common-log.git", from: "2.0.0"),
+ .package(url: "https://github.com/wrkstrm/common-log.git", from: "4.0.0"),
161
.package(url: "https://github.com/wrkstrm/wrkstrm-performance.git", from: "0.1.0"),
162
- .package(url: "https://github.com/wrkstrm/WrkstrmFoundation.git", from: "3.0.0"),
+ .package(url: "https://github.com/wrkstrm/WrkstrmFoundation.git", from: "4.0.0"),
163
])
164
}
165
0 commit comments