Skip to content

Commit 2344787

Browse files
committed
Update sbt-site-paradox to 1.8.0
1 parent bac3069 commit 2344787

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/src/sbt-test/sbt-site/can-use-theme/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ sys.props.get("project.version") match {
44
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
55
}
66

7-
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.7.0").exclude("com.lightbend.paradox", "sbt-paradox"))
7+
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.8.0").exclude("com.lightbend.paradox", "sbt-paradox"))

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web"))
22
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-theme" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web"))
33
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8")
4-
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.7.0").exclude("com.lightbend.paradox", "sbt-paradox"))
4+
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.8.0").exclude("com.lightbend.paradox", "sbt-paradox"))
55
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.9.0")
66
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.0")
77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2")

0 commit comments

Comments
 (0)