211941d1cb
* Update dependencies * Fix Root path string Add a method toUrlString that provides a default path as "/" for Root
7 lines
342 B
Scala
7 lines
342 B
Scala
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28")
|
|
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.15.0-0.6")
|
|
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "1.2.8" )
|
|
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.8.0")
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
|
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
|