From d398bb935b006d3dd3bf7c58573a1b33c9fd0c3a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 23 Mar 2024 01:20:23 +0100 Subject: [PATCH] bump: sbt-web 1.5.5 (was 1.5.4) (#607) --- 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 7d544686..18b56d91 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.4" + val sbtWeb = "1.5.5" val scalatest = "3.2.18" val st4 = "4.3.4" val jsoup = "1.16.1" diff --git a/project/plugins.sbt b/project/plugins.sbt index ddcdb567..770c621d 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.4"), + addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.5"), Compile / unmanagedSourceDirectories := mirrorScalaSource((ThisBuild / baseDirectory).value.getParentFile / "theme-plugin") )