Skip to content

Commit f2bf21e

Browse files
committed
update SourceKitten version to agree with OpenAPIKit on the version of Yams to use.
1 parent e7693f2 commit f2bf21e

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

Package.resolved

Lines changed: 4 additions & 13 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
@@ -21,7 +21,7 @@ let package = Package(
2121
.package(url: "https://github.com/mattpolzin/OpenAPIKit", from: "1.0.0"),
2222
.package(url: "https://github.com/mattpolzin/OpenAPIReflection", .upToNextMinor(from: "0.3.0")),
2323
.package(url: "https://github.com/typelift/SwiftCheck", .upToNextMinor(from: "0.12.0")),
24-
.package(url: "https://github.com/jpsim/SourceKitten", .upToNextMinor(from: "0.26.0")),
24+
.package(url: "https://github.com/jpsim/SourceKitten", .upToNextMinor(from: "0.29.0")),
2525
.package(name: "NonEmpty", url: "https://github.com/pointfreeco/swift-nonempty", .upToNextMinor(from: "0.2.0")),
2626
.package(url: "https://github.com/mattpolzin/JSONAPIViz", .upToNextMinor(from: "0.0.3"))
2727
],

0 commit comments

Comments
 (0)