From 2d5d08743410288b3dbd2af2e6c7770bf69f9a5c Mon Sep 17 00:00:00 2001 From: Ruslan Alikhamov Date: Wed, 11 Oct 2023 03:01:22 +0400 Subject: [PATCH] Set fixed version for StencilSwiftKit (#1210) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index ad5d3a921..e386c1281 100644 --- a/Package.swift +++ b/Package.swift @@ -235,7 +235,7 @@ var dependencies: [Package.Dependency] = [ .package(url: "https://github.com/kylef/Commander.git", exact: "0.9.1"), // PathKit needs to be exact to avoid a SwiftPM bug where dependency resolution takes a very long time. .package(url: "https://github.com/kylef/PathKit.git", exact: "1.0.1"), - .package(url: "https://github.com/art-divin/StencilSwiftKit.git", branch: "stable"), + .package(url: "https://github.com/art-divin/StencilSwiftKit.git", exact: "2.10.3"), .package(url: "https://github.com/tuist/XcodeProj.git", exact: "8.15.0"), .package(url: "https://github.com/apple/swift-syntax.git", from: "508.0.0"), .package(url: "https://github.com/Quick/Quick.git", from: "3.0.0"),