From c9e4e89a728bec970cce395c1dd31719dc0e44d4 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sat, 30 Nov 2024 00:25:17 +0000 Subject: [PATCH] chore: update play, play-akka-http-server, ... from 2.9.6 to 3.0.6 --- project/Dependencies.scala | 4 ++-- project/plugins.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b3d21de..9097f58 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,8 +3,8 @@ import sbt._ object Dependencies { - val playVersion = "2.9.6" - val typesafePlay = "com.typesafe.play" %% "play" % playVersion + val playVersion = "3.0.6" + val typesafePlay = "org.playframework" %% "play" % playVersion val scalaVersion = "2.13.15" val smithy4sVersion = "0.18.25" diff --git a/project/plugins.sbt b/project/plugins.sbt index b428bb7..f73c155 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.2.5") addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.25") -addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.6") +addSbtPlugin("org.playframework" %% "sbt-plugin" % "3.0.6") addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.2") ThisBuild / dependencyOverrides ++= Seq(