Skip to content

Commit

Permalink
Merge pull request #51 from hmrc/PLATUI-3210-update-play-versions
Browse files Browse the repository at this point in the history
PLATUI-3210 update play versions
  • Loading branch information
oscarduignan authored Aug 15, 2024
2 parents 26944e6 + 4566e75 commit 8d3b6b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ object AppDependencies {

private def playVersion(playSuffix: String) =
playSuffix match {
case "play-28" => "2.8.21"
case "play-29" => "2.9.3"
case "play-30" => "3.0.3"
case "play-28" => "2.8.22"
case "play-29" => "2.9.4"
case "play-30" => "3.0.5"
}

private def playOrg(playSuffix: String): String =
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ sys.env.get("PLAY_VERSION") match {

sys.env.get("PLAY_VERSION") match {
case Some("2.8") => addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")
case Some("2.9") => addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.1")
case _ => addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.1")
case Some("2.9") => addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.7")
case _ => addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.7")
}

0 comments on commit 8d3b6b8

Please sign in to comment.