-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rings.repl fails to start: Error downloading cc.redberry:rings.scaladsl_2.13:2.5.7 #67
Comments
Hi, Takahiro! Thanks for reporting. I confirm the problem. The truth is that I need to update Rings.scaladsl for Scala 2.13; hope to finish this by the end of the week. Until that time, the workaround is to downgrade the ammonite. Additionally, I'm planning to built native (linux/osx/win) application for Rings.repl using JLink. This is already on road. With the native app there will be no such problems, and I hope it will be generally much easier to use Rings REPL. |
Any chance we might see a Scala 2.13 artifact published soon? I use Rings in my project and it is currently the only thing blocking me from moving t 2.13... Rings is a wonderful library and it'd be great to be able to use it with 2.13! I see that there has already been some work on the code base to prep for the upgrade, but no published artifact yet. Thank you! |
Hi guys! Sorry for a long delay and for inconvenience. I just released an update (2.5.8) for Scala 2.13, it should work, and if not - please, let me know! |
Fantastic news! My project's tests pass with the 2.5.8 release, so, so far so good... thank you!! Aaron |
It's very nice that the version 2.5.8 has been uploaded! No need to hurry, but to run
(and the corresponding URL in |
Hi, I would like to just file a problem about
rings.repl
. Currently, it fails to start:Maybe this is due to some update of
ammonite-repl
(now 2.0.4), and actuallyrings.scaladsl_2.13
does not exist in that URL.The text was updated successfully, but these errors were encountered: