Skip to content

Commit a379e94

Browse files
committed
Update Package.swift
1 parent 1caf1cd commit a379e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ extension Package {
157157

158158
static var remote: Inject = .init(dependencies: [
159159
.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"),
160+
.package(url: "https://github.com/wrkstrm/common-log.git", from: "4.0.0"),
161161
.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/WrkstrmFoundation.git", from: "4.0.0"),
163163
])
164164
}
165165
}

0 commit comments

Comments
 (0)