Skip to content

Commit

Permalink
Merge pull request #77 from scala-steward/update/sbt-web-1.5.5
Browse files Browse the repository at this point in the history
Update sbt-web to 1.5.5
  • Loading branch information
mkurz authored Mar 2, 2024
2 parents 6e77509 + cefc71a commit 616286b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ lazy val plugin = project("sbt-paradox-material-theme", file("plugin"))
scriptedBufferLog := false,
publishLocal := publishLocal.dependsOn(theme / publishLocal).value,
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web")),
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4"),
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.5"),
libraryDependencies += "org.jsoup" % "jsoup" % "1.17.2",
libraryDependencies += "io.circe" %% "circe-core" % "0.14.6",
update := update.dependsOn(theme / publishLocal).value,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web"))
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-theme" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web"))
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4")
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.5")
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.0").exclude("com.lightbend.paradox", "sbt-paradox"))
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
Expand Down

0 comments on commit 616286b

Please sign in to comment.