File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -273,12 +273,11 @@ object MainGenericRunner {
273273 val silenced = sys.props.get(" scala.use_legacy_launcher" ) == Some (" true" )
274274
275275 if ! silenced then
276- Console .err.println(s " [warning] MainGenericRunner class is deprecated since Scala 3.5.0, and Scala CLI features will not work . " )
277- Console .err.println(s " [warning] Please be sure to update to the Scala CLI launcher to use the new features . " )
276+ Console .err.println(s " [warning] The MainGenericRunner class and 'legacy_scala' command have been deprecated for removal in Scala 3.8.0 . " )
277+ Console .err.println(s " [warning] Please be sure to migrate to the scala command (Scala CLI) . " )
278278 if ranByCoursierBootstrap then
279279 Console .err.println(s " [warning] It appears that your Coursier-based Scala installation is misconfigured. " )
280280 Console .err.println(s " [warning] To update to the new Scala CLI runner, please update (coursier, cs) commands first before re-installing scala. " )
281- Console .err.println(s " [warning] Check the Scala 3.5.0 release notes to troubleshoot your installation. " )
282281
283282
284283 run(settings) match
You can’t perform that action at this time.
0 commit comments