Skip to content

Commit

Permalink
Merge pull request #397 from scala-steward/update/play-3.0.3
Browse files Browse the repository at this point in the history
Update play, play-ahc-ws, play-test to 3.0.3
  • Loading branch information
gaeljw authored May 13, 2024
2 parents 6c13022 + a85bb59 commit 8098ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ThisBuild / developers := List(

val play28Version = "2.8.21"
val play29Version = "2.9.3"
val play30Version = "3.0.2"
val play30Version = "3.0.3"

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

0 comments on commit 8098ca3

Please sign in to comment.