We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea8ad2 commit 372c78cCopy full SHA for 372c78c
Package.swift
@@ -13,7 +13,7 @@ Package.Inject.local.dependencies = [
13
Package.Inject.remote.dependencies = [
14
.package(url: "https://github.com/wrkstrm/wrkstrm-foundation.git", from: "3.0.0"),
15
.package(url: "https://github.com/wrkstrm/common-log.git", from: "3.0.0"),
16
- .package(url: "https://github.com/wrkstrm/WrkstrmMain.git", from: "3.0.0"),
+ .package(url: "https://github.com/wrkstrm/wrkstrm-main.git", from: "3.0.0"),
17
]
18
19
// MARK: - Package Declaration
0 commit comments