From 2c88f5197bef5e611e50c33e3a52409b5c72d456 Mon Sep 17 00:00:00 2001 From: "lunatech-scala-steward[bot]" <166295259+lunatech-scala-steward[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:24:39 +0200 Subject: [PATCH] Update play-ahc-ws, play-ehcache, ... to 3.0.5 (#102) Co-authored-by: lunatech-scala-steward[bot] <166295259+lunatech-scala-steward[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4e9ffc2..82845e5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5") addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2") ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always