You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For many tests, we need the `scala-library` jar on the classpath, and we
used to search through the classpath for a JAR whose name contained
`scala-library-2.`. This works great if the `scala-library` on the
classpath comes from Ivy. However, if we use the same version of Scala
as sbt, the `scala-library` will not be taken ouf of the Ivy cache but
from sbt's boot directory. In this case, the JAR will simply be named
`scala-library.jar`.
0 commit comments