Merge pull request #73 from kubukoz/patch-1

Update readme versions
This commit is contained in:
eugene yokota 2022-09-09 13:28:14 -04:00 committed by GitHub
commit 6510310e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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