Skip to content

Commit

Permalink
Bump paradox to 0.3.2 and the Material theme to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Feb 4, 2018
1 parent 8f946da commit 9de6616
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 @@ -31,7 +31,7 @@ libraryDependencies ++= Seq(
"org.asciidoctor" % "asciidoctorj" % "1.5.4"
)

addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.3.1")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.3.2")

libraryDependencies ++= {
if ((sbtBinaryVersion in pluginCrossBuild).value == "0.13") {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
//#sbt-ghpages
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
//#sbt-ghpages
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.3.0")
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.4.0")

libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

0 comments on commit 9de6616

Please sign in to comment.