Skip to content

Commit 72600cf

Browse files
authored
Upgrade to jinja 1.2.1 (#208)
1 parent 79626a8 commit 72600cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.4.0")),
16-
.package(url: "https://github.com/johnmai-dev/Jinja", .upToNextMinor(from: "1.2.0")),
16+
.package(url: "https://github.com/johnmai-dev/Jinja", .upToNextMinor(from: "1.2.1")),
1717
],
1818
targets: [
1919
.executableTarget(

0 commit comments

Comments
 (0)