Skip to content

Commit

Permalink
Set fixed version for StencilSwiftKit (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin authored Oct 10, 2023
1 parent 59d9eb9 commit 2d5d087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 2d5d087

Please sign in to comment.