Simplify dependencies syntax? #2628
romanowski
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current Scala users are accustomed to using
a::b:c
ora %% b %% c
syntax for dependencies and for newcomers this is a bit scary.We could experiment with scala-cli to automatically trying to apply correct constraints such as scala version cross-compilation or platform.
We should take into account 2.12 - 3.x compatibility as well
Beta Was this translation helpful? Give feedback.
All reactions