0.5.2-SNAPSHOT

This commit is contained in:
Eugene Yokota 2020-04-20 01:13:52 -04:00
parent 09619ee9b8
commit 6922fde83d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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