Skip to content

Commit e4544d5

Browse files
committed
Downgrade common-log and WrkstrmFoundation dependencies
Updated Package.swift to use version 3.0.0 of common-log and WrkstrmFoundation instead of 4.0.0. This may be required for compatibility with other dependencies or to resolve issues with newer versions.
1 parent a379e94 commit e4544d5

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: "4.0.0"),
160+
.package(url: "https://github.com/wrkstrm/common-log.git", from: "3.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: "4.0.0"),
162+
.package(url: "https://github.com/wrkstrm/WrkstrmFoundation.git", from: "3.0.0"),
163163
])
164164
}
165165
}

0 commit comments

Comments
 (0)