From cd10933434cfc6e391c742d4bbdf07cd776d6468 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Tue, 18 Jun 2024 00:19:40 +0000 Subject: [PATCH] chore: update play, play-akka-http-server, ... from 2.9.3 to 2.9.4 --- project/Dependencies.scala | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index db49372e..2f8c8b0d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { - val playVersion = "2.9.3" + val playVersion = "2.9.4" val typesafePlay = "com.typesafe.play" %% "play" % playVersion val scalaVersion = "2.13.14" diff --git a/project/plugins.sbt b/project/plugins.sbt index f1c901ed..9c109469 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("com.typesafe.play" %% "sbt-plugin" % "2.9.4") addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.12") ThisBuild / dependencyOverrides ++= Seq(