scalacenter / scalajs-bundler

https://scalacenter.github.io/scalajs-bundler
Other
237 stars 101 forks source link

Update scala & sbt to supports JDK9+ #267

Closed exoego closed 6 years ago

exoego commented 6 years ago

I noticed that sbt 0.13.16 raises error if JDK9+ is used, so let's update. Scala 2.11 is also updated to 2.11.12 that supports JDK9+.

exoego commented 6 years ago

🤔 image

[info] 'compiler-interface' not yet compiled for Scala 2.10.6. Compiling...
error: error while loading package, Missing dependency 'object java.lang.Object in compiler mirror', required by /home/travis/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.10.6.jar(scala/package.class)

I thought sbt 0.13.17 is compiled with Scala 2.10.7 that supports JDK9+, but seems it is not.

julienrf commented 6 years ago

Thanks!!