From adeae01394a9a929fa1eeb661f93d17599db97d6 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 27 Jun 2019 07:57:50 +0800 Subject: [PATCH] readme --- README.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 4e3158ecc..11d048dc8 100644 --- a/README.markdown +++ b/README.markdown @@ -13,7 +13,7 @@ setup In `project/plugins.sbt`: ```scala -addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.2.0") +addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.3.0") // add also the following for Scala.js support addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27") @@ -97,11 +97,10 @@ lazy val core = (projectMatrix in file("core")) .settings( name := "core" ) - .nativePlatform(scalaVersions = Seq("2.12.8", "2.11.12")) + .nativePlatform(scalaVersions = Seq("2.11.12")) ``` -This will create subprojects `coreJS2_11` and `coreJS2_12`. - +This will create subproject `coreNative2_11`. ### parallel cross-library building