Skip to content

Commit

Permalink
Merge pull request #78 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
mkurz authored Mar 21, 2024
2 parents 616286b + d012033 commit 32ed4d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sys.props.get("project.version") match {
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
}

addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.0").exclude("com.lightbend.paradox", "sbt-paradox"))
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.6.0").exclude("com.lightbend.paradox", "sbt-paradox"))
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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.5")
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.0").exclude("com.lightbend.paradox", "sbt-paradox"))
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.6.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")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
Expand Down

0 comments on commit 32ed4d1

Please sign in to comment.