|
1 | | -// swift-tools-version: 6.1 |
| 1 | +// swift-tools-version: 6.2 |
2 | 2 | import Foundation |
3 | 3 | import PackageDescription |
4 | 4 |
|
@@ -73,7 +73,7 @@ let package = Package( |
73 | 73 | "CommonShell", |
74 | 74 | .product(name: "CommonProcessExecutionKit", package: processPackageName), |
75 | 75 | .product(name: "CommonLog", package: "common-log"), |
76 | | - .product(name: "WrkstrmFoundation", package: "WrkstrmFoundation"), |
| 76 | + .product(name: "WrkstrmFoundation", package: "wrkstrm-foundation"), |
77 | 77 | .product(name: "ArgumentParser", package: "swift-argument-parser"), |
78 | 78 | ], |
79 | 79 | path: "sources/common-shell-arguments", |
@@ -152,14 +152,14 @@ extension Package { |
152 | 152 | .package(path: "../common-process"), |
153 | 153 | .package(name: "common-log", path: "../../../../common/domain/system/common-log"), |
154 | 154 | .package(path: "../../../../wrkstrm-performance"), |
155 | | - .package(name: "wrkstrm-foundation", path: "../../../../domain/system/wrkstrm-foundation"), |
| 155 | + .package(url: "https://github.com/wrkstrm/wrkstrm-foundation.git", from: "3.0.0"), |
156 | 156 | ]) |
157 | 157 |
|
158 | 158 | static var remote: Inject = .init(dependencies: [ |
159 | 159 | .package(url: "https://github.com/wrkstrm/common-process.git", from: "0.3.0"), |
160 | 160 | .package(url: "https://github.com/wrkstrm/common-log.git", from: "3.0.0"), |
161 | 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"), |
| 162 | + .package(url: "https://github.com/wrkstrm/wrkstrm-foundation.git", from: "3.0.0"), |
163 | 163 | ]) |
164 | 164 | } |
165 | 165 | } |
|
0 commit comments