From 5540cfcdfdda1c660c21a6d4e2af82dc070cef16 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 23:21:04 +0000 Subject: [PATCH] bump: sbt-web 1.5.4 (was 1.5.3) --- 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 11677e3b..5d7a3c81 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -22,7 +22,7 @@ object Version { val pegdown = "1.6.0" val parboiled = "1.4.1" val prettify = "4-Mar-2013-1" - val sbtWeb = "1.5.3" + val sbtWeb = "1.5.4" val scalatest = "3.2.17" val st4 = "4.3.4" val jsoup = "1.16.1" diff --git a/project/plugins.sbt b/project/plugins.sbt index 124a199f..b14586af 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -29,7 +29,7 @@ lazy val metaThemePlugin = (project in file("theme-plugin")) .settings( sbtPlugin := true, scalaVersion := "2.12.18", - addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.3"), + addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4"), Compile / unmanagedSourceDirectories := mirrorScalaSource((ThisBuild / baseDirectory).value.getParentFile / "theme-plugin") )