limit to Scala 2.11

This commit is contained in:
Eugene Yokota 2019-06-25 01:06:16 -04:00
parent 604b852474
commit a985d4f079
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ lazy val core = (projectMatrix in file("core"))
name := "core", name := "core",
mainClass in (Compile, run) := Some("a.CoreMain") mainClass in (Compile, run) := Some("a.CoreMain")
) )
.nativePlatform(scalaVersions = Seq("2.11.12", "2.12.4")) .nativePlatform(scalaVersions = Seq("2.11.12"))
lazy val app = (projectMatrix in file("app")) lazy val app = (projectMatrix in file("app"))
.dependsOn(core) .dependsOn(core)

View File

@ -1,5 +1,4 @@
> nativeLink > nativeLink
$ exists app/target/native-2.12/app-out $ exists app/target/native-2.11/app-out
$ exists core/target/native-2.12/core-out
$ exists core/target/native-2.11/core-out $ exists core/target/native-2.11/core-out