coursier / setup-action

▶️ GitHub Action using Coursier to install JVM and Scala tools
MIT License
53 stars 22 forks source link

Update the default Coursier version to 2.1.10+ #638

Closed achinaou closed 3 weeks ago

achinaou commented 3 weeks ago

The Action by default installs the outdated version 2.1.2 of the Coursier, resulting in the following issue when using in combination with Scala 3.5.0:

Warning:  MainGenericRunner class is deprecated since Scala 3.5.0, and Scala CLI features will not work.
Warning:  Please be sure to update to the Scala CLI launcher to use the new features.
Warning:  It appears that your Coursier-based Scala installation is misconfigured.
Warning:  To update to the new Scala CLI runner, please update (coursier, cs) commands first before re-installing scala.
Warning:  Check the Scala 3.5.0 release notes to troubleshoot your installation.

Related discussion: https://users.scala-lang.org/t/bug-when-installing-latest-scala-with-coursier/10161