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