mirror of https://github.com/sbt/sbt.git
0.5.2-SNAPSHOT
This commit is contained in:
parent
09619ee9b8
commit
6922fde83d
|
|
@ -13,7 +13,7 @@ setup
|
|||
In `project/plugins.sbt`:
|
||||
|
||||
```scala
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.5.0")
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.5.1")
|
||||
|
||||
// add also the following for Scala.js support
|
||||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27")
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
ThisBuild / organization := "com.eed3si9n"
|
||||
ThisBuild / version := "0.5.1-SNAPSHOT"
|
||||
ThisBuild / version := "0.5.2-SNAPSHOT"
|
||||
ThisBuild / description := "sbt plugin to define project matrix for cross building"
|
||||
ThisBuild / licenses := Seq("MIT License" -> url("https://github.com/sbt/sbt-projectmatrix/blob/master/LICENSE"))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue