From 75a992fa24a0768d9b528504760e1c61d21fb74a Mon Sep 17 00:00:00 2001 From: exoego Date: Tue, 14 May 2019 22:14:39 +0900 Subject: [PATCH] Add Scala versions --- src/sbt-test/projectMatrix/native/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbt-test/projectMatrix/native/build.sbt b/src/sbt-test/projectMatrix/native/build.sbt index eaab3000d..ab770adb6 100644 --- a/src/sbt-test/projectMatrix/native/build.sbt +++ b/src/sbt-test/projectMatrix/native/build.sbt @@ -8,7 +8,7 @@ lazy val core = (projectMatrix in file("core")) name := "core", mainClass in (Compile, run) := Some("a.CoreMain") ) - .nativePlatform(scalaVersions = Seq("2.11.12", "2.11.11")) + .nativePlatform(scalaVersions = Seq("2.11.12", "2.12.4")) lazy val app = (projectMatrix in file("app")) .dependsOn(core)