From 02d0ab2493371810d7364e1f88aabded4fb79374 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 11 Nov 2023 14:37:25 +0000 Subject: [PATCH] Update sbt-web to 1.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f975a55..026df14 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,6 +12,6 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("com.typesafe.sbt" % "sbt-web" % "1.4.4") +addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.3") addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")