sbt/main
Lukas Rytz 4c74358707 Fail the build if 2.13 scalaVersion < scala artifact on classpath
When expanding a macro compiled against a new Scala library, the
runtime classpath of the compiler should not contain an older library.
Otherwise a NoSuchMethodException can occur.

A similar issue is present when running the Scala repl through sbt.
An input line compiled against a new library could fail to run if
the repl's runtime classpath is on an old version.
2024-02-26 13:49:04 +01:00
..
src Fail the build if 2.13 scalaVersion < scala artifact on classpath 2024-02-26 13:49:04 +01:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00