Update to the latest Akka Paradox that adds icons to goto source links (#25881)
This commit is contained in:
parent
784e300343
commit
6cbba51f94
1 changed files with 2 additions and 2 deletions
|
|
@ -18,11 +18,11 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.4")
|
|||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.5")
|
||||
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
|
||||
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")
|
||||
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.12")
|
||||
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.14")
|
||||
addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.12")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
|
||||
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.1") // for advanced PR validation features
|
||||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0") // for maintenance of copyright file header
|
||||
|
||||
// used for @unidoc directive
|
||||
libraryDependencies += "io.github.classgraph" % "classgraph" % "4.2.12"
|
||||
libraryDependencies += "io.github.classgraph" % "classgraph" % "4.2.12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue