Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`scalaInstance.allJars` doesn't include scala-compiler.jar depending on Scala version #3560
Labels
Milestone
Comments
jastice
added a commit
to jastice/sbt
that referenced
this issue
Sep 19, 2017
Fixes sbt#3560 required for https://youtrack.jetbrains.com/issue/SCL-12591
|
Thank you for the fix. |
|
Duplicate of #3491 ? |
|
Yup. |
|
Fixed in #3561 |
zimmermatt
added a commit
to Netflix/atlas
that referenced
this issue
Oct 26, 2017
scala version must be 2.12.3 due to sbt/sbt#3560.
djmittens
pushed a commit
to djmittens/jiggly
that referenced
this issue
Nov 15, 2017
This turns out to be a problem with bullshit in sbt v1.0.1 Bumping it to 1.0.3 is supposed to fix it but it broke in a different way: https://youtrack.jetbrains.com/issue/SCL-12591 https://intellij-support.jetbrains.com/hc/en-us/community/posts/207303905-New-IntelliJ-Bug sbt/sbt#3561 sbt/sbt#3560
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using any
scalaVersionsetting other than"2.12.3",scalaInstance.allJarswill be missing thescala-compiler.jar.IntelliJ depends on this task to setup the compiler classpath when not using sbt directly.
Corresponding ticket: https://youtrack.jetbrains.com/issue/SCL-12591
steps
build.properties:build.sbtRun
consoleProjecton sbt shell:Compare using
scalaVersion := "2.12.3"notes
sbt version: 1.0.0 - 1.0.2