From bc4dd37491fca2103a797a43d9b4e0a4804273f7 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Tue, 18 Oct 2022 00:28:56 +0000 Subject: [PATCH] chore: update filters-helpers, play-ahc-ws, ... from 2.8.16 to 2.8.18 --- 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 a0f64079..b9406f59 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -38,7 +38,7 @@ object Dependencies { val chimney = "io.scalaland" %% "chimney" % "0.6.2" // Test - val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.8.16" % Test + val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.8.18" % Test val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test // Dependent on the trace exporters you want to use add one or more of the following diff --git a/project/plugins.sbt b/project/plugins.sbt index e0e950ee..16338af1 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "7.4.0") addSbtPlugin("com.github.tototoshi" % "sbt-slick-codegen" % "1.4.0") // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.16") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.18") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")