Skip to content

Commit

Permalink
chore: update play, play-akka-http-server, ... from 2.9.0-RC3 to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Oct 26, 2023
1 parent c88fd37 commit c097387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._

object Dependencies {

val playVersion = "2.9.0-RC3"
val playVersion = "2.9.0"
val typesafePlay = "com.typesafe.play" %% "play" % playVersion

val scalaVersion = "2.13.12"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3")
addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.1.4")
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.17.19")
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.0-RC3")
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.0")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.9")

ThisBuild / dependencyOverrides ++= Seq(
Expand Down

0 comments on commit c097387

Please sign in to comment.