mirror of https://github.com/sbt/sbt.git
Update readme versions
This commit is contained in:
parent
b92c16a52c
commit
af6cbcf3eb
|
|
@ -13,10 +13,10 @@ setup
|
|||
In `project/plugins.sbt`:
|
||||
|
||||
```scala
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.8.0")
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
|
||||
|
||||
// add also the following for Scala.js support
|
||||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27")
|
||||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")
|
||||
```
|
||||
|
||||
usage
|
||||
|
|
|
|||
Loading…
Reference in New Issue