stevedlawrence commented on a change in pull request #76: Allow Daffodil to
build against Scala 2.12
URL: https://github.com/apache/incubator-daffodil/pull/76#discussion_r195521474
##########
File path: build.sbt
##########
@@ -92,24 +92,13 @@ lazy val testStdLayout =
Project("daffodil-test-stdLayout", file("test-stdLay
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
version := "2.2.0-SNAPSHOT",
- scalaVersion := "2.11.8",
+ scalaVersion := "2.12.6",
scalacOptions ++= Seq(
Review comment:
I think we should be able to add ``crossScalaVersion := Seq("2.12.6",
"2.11.12")`` to enable support for cross building with 2.11. I believe Scala
2.12 requires Java 8, and unfortunately we do have some users that are still
stuck on Java 7, even though we officially only support Java 8, so ensuring
that stil works would be good.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services