Replies: 4 comments 6 replies
-
In the meantime, if anyone wants scala to work with scala3+, try the following: # remove the scala plugin (if you already have it)
asdf plugin remove scala
# install an asdf-scala fork with scala3 support. thanks @paulmr!
asdf plugin add scala [email protected]:paulmr/asdf-scala.git
# switch to the plugin to the scala3 branch
git -C $ASDF_DIR/plugins/scala/ checkout scala3
# profit (install the latest scala, 3.0.1 at time of writing)
asdf install scala latest |
Beta Was this translation helpful? Give feedback.
-
ping @mtatheonly |
Beta Was this translation helpful? Give feedback.
-
@vic You seem to be more familiar with the community than I am - was there any other plugin for Scala? Is it still necessary in the first place? (I would like to see if there is an official version manager...) |
Beta Was this translation helpful? Give feedback.
-
hey guys, I can move repository to asdf-community group. what's needed to be done? |
Beta Was this translation helpful? Give feedback.
-
It seems the maintainer of asdf-scala has been unresponsive for quite some time, and the plugin is broken for Scala 3+.
I'm not sure if there's any precedent/procedure, but hopefully we can work something out!
Beta Was this translation helpful? Give feedback.
All reactions