Ammonite-repl (in core) installs problematic experimental version that doesn't work #2117
-
Hi, Homebrew core contains https://github.com/Homebrew/homebrew-core/blob/master/Formula/ammonite-repl.rb Fairly recently, this was updated to start using a branch of Ammonite that uses Scala 3 as a base, rather than Scala 2.13. Ideally, Ammonite in Homebrew should be reverted to the stable version, ie. Can that be done? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Sounds fine to me -- just open a pull request. Bump the formula's |
Beta Was this translation helpful? Give feedback.
-
This has now been fixed upstream in Ammonite, so after the next stable release there, I think the Homebrew recipe could be updated to switch to the scala-3 stream. |
Beta Was this translation helpful? Give feedback.
Sounds fine to me -- just open a pull request. Bump the formula's
revision
to make sure existing users get the updated version of the formula when theybrew upgrade
. (grep revision
for examples.)