We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c59e81 + d398bb9 commit 302c3faCopy full SHA for 302c3fa
project/Dependencies.scala
@@ -22,7 +22,7 @@ object Version {
22
val pegdown = "1.6.0"
23
val parboiled = "1.4.1"
24
val prettify = "4-Mar-2013-1"
25
- val sbtWeb = "1.5.4"
+ val sbtWeb = "1.5.5"
26
val scalatest = "3.2.18"
27
val st4 = "4.3.4"
28
val jsoup = "1.16.1"
project/plugins.sbt
@@ -29,7 +29,7 @@ lazy val metaThemePlugin = (project in file("theme-plugin"))
29
.settings(
30
sbtPlugin := true,
31
scalaVersion := "2.12.19",
32
- addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4"),
+ addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.5"),
33
Compile / unmanagedSourceDirectories :=
34
mirrorScalaSource((ThisBuild / baseDirectory).value.getParentFile / "theme-plugin")
35
)
0 commit comments