From 6c9b506557359c015f58440c2a4006256600ace8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Feb 2024 14:53:37 +0000 Subject: [PATCH] Update sbt-gzip to 2.0.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0f4eb2d8..7892a173 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.3") // Web plugins addSbtPlugin("com.typesafe.sbt" % "sbt-web" % "1.4.3") addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.3") -addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2") +addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0") addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.11") addSbtPlugin("com.typesafe.sbt" % "sbt-uglify" % "2.0.0")