Skip to content

Commit

Permalink
Merge pull request #410 from leanovate/chore/playversion
Browse files Browse the repository at this point in the history
🏗️ build: upgrade Play to 2.9.4/3.0.4
  • Loading branch information
gaeljw committed Jun 24, 2024
2 parents de9f176 + ceff4e5 commit 6e7b813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ThisBuild / developers := List(
)

val play28Version = "2.8.22"
val play29Version = "2.9.3"
val play30Version = "3.0.3"
val play29Version = "2.9.4"
val play30Version = "3.0.4"

def play2Dependencies(version: String): Seq[ModuleID] = Seq(
"com.typesafe.play" %% "play" % version,
Expand Down

0 comments on commit 6e7b813

Please sign in to comment.