From 070d5091c155c1d3a1954fe68c23665cc46f9601 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:50:37 +0000 Subject: [PATCH] Update dependency jpsim/SourceKitten to from: "0.37.2" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 9febc27..4460b05 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.1"), .package(url: "https://github.com/behrang/YamlSwift.git", from: "3.4.4"), - .package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.36.0"), + .package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.37.2"), .package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"), .package(url: "https://github.com/SwiftGen/StencilSwiftKit.git", from: "2.10.1"), .package(url: "https://github.com/Kuniwak/MirrorDiffKit.git", from: "6.0.0"),