Skip to content

Commit cb5b81a

Browse files
authored
Merge pull request #226 from neonichu/version-yams-dependency
Use Yams 4.0.0 instead of master
2 parents 029d4ba + c7645d4 commit cb5b81a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
7474
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
7575
package.dependencies += [
7676
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("master")),
77-
.package(url: "https://github.com/jpsim/Yams.git", .branch("master")),
77+
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "4.0.0")),
7878
]
7979
} else {
8080
package.dependencies += [

0 commit comments

Comments
 (0)