From 108c8cc8cc0d11177c5c334592588b620fd89b74 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 17 Oct 2024 00:23:21 +0000 Subject: [PATCH] chore: update play, play-akka-http-server, ... from 2.9.5 to 3.0.5 --- 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 ea09f8f..2dbde07 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,8 +3,8 @@ import sbt._ object Dependencies { - val playVersion = "2.9.5" - val typesafePlay = "com.typesafe.play" %% "play" % playVersion + val playVersion = "3.0.5" + 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 22da566..44bb043 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.2") 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.5") +addSbtPlugin("org.playframework" %% "sbt-plugin" % "3.0.5") addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.0") ThisBuild / dependencyOverrides ++= Seq(