Skip to content

Commit 3b48577

Browse files
committed
Update Yams to 5.4.0
1 parent 594bfee commit 3b48577

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
- Update the CSS syntax to add new keywords (thanks to Karam!).
1414
- Improve the VoiceOver support in folder documents.
15+
- [dev] Update Yams from 5.3.1 to 6.0.0.
1516

1617

1718

CotEditor.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@
10101010
repositoryURL = "https://github.com/jpsim/Yams";
10111011
requirement = {
10121012
kind = upToNextMajorVersion;
1013-
minimumVersion = 5.1.0;
1013+
minimumVersion = 6.0.0;
10141014
};
10151015
};
10161016
2AAAE6E326DB82F800C5F0AC /* XCRemoteSwiftPackageReference "Sparkle" */ = {

CotEditor.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/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.

Packages/SyntaxMap/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.package(url: "https://github.com/apple/swift-argument-parser", from: Version(1, 3, 0)),
15-
.package(url: "https://github.com/jpsim/Yams", from: Version(5, 0, 0)),
15+
.package(url: "https://github.com/jpsim/Yams", from: Version(6, 0, 0)),
1616
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: Version(0, 57, 0)),
1717
],
1818
targets: [

0 commit comments

Comments
 (0)