From 585701d2fbed2f2e2e53ad2fccb418a97594e3c3 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Wed, 20 Dec 2023 00:14:34 +0000 Subject: [PATCH] chore: update play, play-akka-http-server, ... from 2.9.0 to 2.9.1 --- 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 14f56a6d..460050b7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { - val playVersion = "2.9.0" + val playVersion = "2.9.1" val typesafePlay = "com.typesafe.play" %% "play" % playVersion val scalaVersion = "2.13.12" diff --git a/project/plugins.sbt b/project/plugins.sbt index 40a418c0..0505db9d 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.5") addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.17.19") -addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.0") +addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.1") addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.9") ThisBuild / dependencyOverrides ++= Seq(