stevedlawrence commented on a change in pull request #349: Upgrades sbt to
1.3.9, scala to 2.12.11, genjavadoc to 0.16.
URL: https://github.com/apache/incubator-daffodil/pull/349#discussion_r404193829
##########
File path: build.sbt
##########
@@ -105,8 +105,8 @@ lazy val testStdLayout =
Project("daffodil-test-stdLayout", file("test-stdLay
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
version := "2.6.0",
- scalaVersion := "2.12.6",
- crossScalaVersions := Seq("2.12.6", "2.11.12"),
+ scalaVersion := "2.12.11",
+ crossScalaVersions := Seq("2.12.11", "2.11.12"),
Review comment:
We also reference the scala version in daffodil-cli/bin.LICENSE
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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