diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a83bb93..e146903 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { - val playVersion = "2.9.4" + val playVersion = "2.9.5" val typesafePlay = "com.typesafe.play" %% "play" % playVersion val scalaVersion = "2.13.14" diff --git a/project/plugins.sbt b/project/plugins.sbt index d0c1792..c720a84 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.7") addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.23") -addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.4") +addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.5") addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.1.0") ThisBuild / dependencyOverrides ++= Seq(