Skip to content

Commit

Permalink
Update paradox, get scala/java group switching (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored and johanandren committed Sep 19, 2017
1 parent b4c6e58 commit c4350b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ lazy val docs = project
inConfig(Compile)(defaultParadoxSettings),
ParadoxPlugin.paradoxSettings(Local),
inConfig(Local)(defaultParadoxSettings),
paradoxGroups := Map("Language" -> Seq("Scala", "Java")),
paradoxProperties in Local ++= Map(
// point API doc links to locally generated API docs
"scaladoc.akka.stream.alpakka.base_url" -> rebase(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.6.6")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.0")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.2.9")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.2.13")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "1.0.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.0")
Expand Down

0 comments on commit c4350b9

Please sign in to comment.