Skip to content

Commit d398bb9

Browse files
bump: sbt-web 1.5.5 (was 1.5.4) (#607)
1 parent 11e8091 commit d398bb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object Version {
2222
val pegdown = "1.6.0"
2323
val parboiled = "1.4.1"
2424
val prettify = "4-Mar-2013-1"
25-
val sbtWeb = "1.5.4"
25+
val sbtWeb = "1.5.5"
2626
val scalatest = "3.2.18"
2727
val st4 = "4.3.4"
2828
val jsoup = "1.16.1"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lazy val metaThemePlugin = (project in file("theme-plugin"))
2929
.settings(
3030
sbtPlugin := true,
3131
scalaVersion := "2.12.18",
32-
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4"),
32+
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.5"),
3333
Compile / unmanagedSourceDirectories :=
3434
mirrorScalaSource((ThisBuild / baseDirectory).value.getParentFile / "theme-plugin")
3535
)

0 commit comments

Comments
 (0)