Skip to content

Commit

Permalink
Update Jinja version (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrukowski authored Nov 1, 2024
1 parent 2c68d53 commit d42fdae
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 @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
.package(url: "https://github.com/maiqingqiang/Jinja", from: "1.0.0")
.package(url: "https://github.com/maiqingqiang/Jinja", from: "1.0.6")
],
targets: [
.executableTarget(
Expand Down

0 comments on commit d42fdae

Please sign in to comment.