We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d5459 commit 49376c0Copy full SHA for 49376c0
Package.swift
@@ -21,7 +21,7 @@ let package = Package(
21
dependencies: [
22
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
23
.package(url: "https://github.com/behrang/YamlSwift.git", from: "3.4.4"),
24
- .package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.36.0"),
+ .package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.37.0"),
25
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),
26
.package(url: "https://github.com/SwiftGen/StencilSwiftKit.git", from: "2.10.1"),
27
.package(url: "https://github.com/Kuniwak/MirrorDiffKit.git", from: "6.0.0"),
0 commit comments