diff --git a/project/Dependencies.scala b/project/Dependencies.scala index db49372e..2b91672d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,8 +3,8 @@ import sbt._ object Dependencies { - val playVersion = "2.9.3" - val typesafePlay = "com.typesafe.play" %% "play" % playVersion + val playVersion = "3.0.3" + val typesafePlay = "org.playframework" %% "play" % playVersion val scalaVersion = "2.13.14" val smithy4sVersion = "0.18.22" diff --git a/project/plugins.sbt b/project/plugins.sbt index f1c901ed..3be8f4c4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3") addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.1.6") addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.22") -addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.3") +addSbtPlugin("org.playframework" %% "sbt-plugin" % "3.0.3") addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.12") ThisBuild / dependencyOverrides ++= Seq(