Skip to content

Commit d64392b

Browse files
authored
Update to latest paradox (#159)
For some reason I can't resolve 0.2.13.
1 parent 941c410 commit d64392b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

documentation/documentation.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
enablePlugins(ParadoxPlugin)
12
enablePlugins(ParadoxSitePlugin)
23
siteSubdirName in Paradox := ""
34
paradoxTheme := Some(builtinParadoxTheme("generic"))

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0")
66
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
77
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
88
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
9-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.2.13")
9+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.5.3")

0 commit comments

Comments
 (0)