Skip to content

Commit

Permalink
Merge pull request #698 from scala-steward/update/sbt-site-paradox-1.6.0
Browse files Browse the repository at this point in the history
Update sbt-site-paradox to 1.6.0
  • Loading branch information
sirthias authored Apr 2, 2024
2 parents 0fc461f + 2cefbfe commit 4d639de
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("io.bullet" % "sbt-paradox-material-theme" % "0.7.0")
addSbtPlugin(("com.github.sbt" % "sbt-ghpages" % "0.7.0").exclude("org.scala-lang.modules", "scala-xml_2.12"))
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("io.bullet" % "sbt-paradox-material-theme" % "0.7.0")
addSbtPlugin(("com.github.sbt" % "sbt-ghpages" % "0.7.0").exclude("org.scala-lang.modules", "scala-xml_2.12"))
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.6.0")

libraryDependencies ++= Seq(
"io.bullet" %% "borer-core" % "1.7.2",
Expand Down

0 comments on commit 4d639de

Please sign in to comment.