Skip to content

Commit

Permalink
Merge pull request #85 from scala-steward/update/sbt-web-1.5.7
Browse files Browse the repository at this point in the history
Update sbt-web to 1.5.7
  • Loading branch information
mkurz authored Jun 15, 2024
2 parents d4e262b + f01b698 commit d3757f0
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.6"),
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.7"),
libraryDependencies += "org.jsoup" % "jsoup" % "1.17.2",
libraryDependencies += "io.circe" %% "circe-core" % "0.14.7",
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.6")
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.7")
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.7.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 d3757f0

Please sign in to comment.