mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 09:37:02 +02:00
Merge pull request #6181 from smarter/dotty-library-rename
dotty-library is called scala3-library now
This commit is contained in:
@@ -179,7 +179,8 @@ private[sbt] class ClassLoaderCache(
|
||||
}
|
||||
override def apply(files: List[File]): ClassLoader = {
|
||||
files match {
|
||||
case d :: s :: Nil if d.getName.startsWith("dotty-library") =>
|
||||
case d :: s :: Nil
|
||||
if d.getName.startsWith("dotty-library") || d.getName.startsWith("scala3-library") =>
|
||||
apply(files, classOf[org.jline.terminal.Terminal].getClassLoader)
|
||||
case _ =>
|
||||
val key = new Key(files)
|
||||
|
||||
Reference in New Issue
Block a user