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_r195521866
 
 

 ##########
 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:
   Related, we should also modify .travis.yml to include Scala versions 2.12.6 
and 2.11.12 so that tests are run on both versions.

----------------------------------------------------------------
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

Reply via email to