Skip to content

Commit

Permalink
bump: sbt-web 1.5.5 (was 1.5.4) (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 23, 2024
1 parent 11e8091 commit d398bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
Expand Down

0 comments on commit d398bb9

Please sign in to comment.