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
* Bump `coursier` to 2.1.25-M19
* Require Java 11+ for the initial launch of Scala CLI JVM launchers
* Fix sclicheck to use the up-to-date `coursier-cli`
* Bump Bloop to 2.0.15
* Fix `DocTests`
s"[${Console.RED}error${Console.RESET}] Java $javaMajorVersion is not supported with this Scala CLI (JVM) launcher."
279
+
)
280
+
System.err.println(
281
+
s"[${Console.RED}error${Console.RESET}] Please upgrade to at least Java ${Constants.minimumLauncherJavaVersion} or use a native Scala CLI launcher instead."
0 commit comments