alexott commented on a change in pull request #3446: ZEPPELIN-4329 fix building Scio with Scala 2.11 URL: https://github.com/apache/zeppelin/pull/3446#discussion_r324462548
########## File path: pom.xml ########## @@ -95,8 +95,10 @@ <properties> <!-- language versions --> <java.version>1.8</java.version> - <scala.version>2.10.5</scala.version> + <scala.2.10.version>2.10.5</scala.2.10.version> Review comment: @zjffdu Scio & Beam interpreters need to stay on the 2.10 because for 2.11 we need to bump Beam dependencies, etc. So when compiling with `scala-2.11` profile, we need somehow specify Scala 2.10 version, and it was easier to take it from the top-level project. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services