Skip to content

Commit 302c3fa

Browse files
authored
Merge branch 'master' into update/scala-library-2.12.19
2 parents 6c59e81 + d398bb9 commit 302c3fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

+1-1
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

+1-1
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.19",
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)