Update readme versions

This commit is contained in:
Jakub Kozłowski 2022-09-08 17:16:05 +02:00 committed by GitHub
parent b92c16a52c
commit af6cbcf3eb
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