Skip to content

Commit f8739bf

Browse files
committed
Patch Jinja
1 parent 24187a2 commit f8739bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
16-
.package(url: "https://github.com/johnmai-dev/Jinja", from: "1.1.0"),
16+
// .package(url: "https://github.com/johnmai-dev/Jinja", from: "1.1.0"),
17+
.package(url: "https://github.com/DePasqualeOrg/Jinja", branch: "fix-objectvalue"),
1718
],
1819
targets: [
1920
.executableTarget(

0 commit comments

Comments
 (0)