diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9d429d90..d532e419 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.19" % 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 39bbc988..390e519b 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.19") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")