Skip to content

Commit

Permalink
Merge pull request #264 from mkurz/pin_deps_29x
Browse files Browse the repository at this point in the history
[2.2.x] Pin twirl
  • Loading branch information
mkurz authored Sep 4, 2024
2 parents 6235df2 + 0e0efb6 commit fa6cf3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ commits.message = "[2.2.x] ${artifactName} ${nextVersion} (was ${currentVersion}
pullRequests.grouping = [
{ name = "patches", "title" = "[2.2.x] Patch updates", "filter" = [{"version" = "patch"}] }
]

updates.pin = [
{ groupId = "com.typesafe.play", artifactId = "sbt-twirl", version = "1.6." },
{ groupId = "com.typesafe.play", artifactId = "twirl-api", version = "1.6." }
]

0 comments on commit fa6cf3f

Please sign in to comment.