How to use a Scala 2.13 library in Scala 3 project? #1341
Answered
by
lefou
informarte
asked this question in
Q&A
-
https://scalacenter.github.io/scala-3-migration-guide/docs/compatibility/classpath.html describes how to use a Scala 2.13 library in a Scala 3 project using SBT. Can the same thing achieved with mill? |
Beta Was this translation helpful? Give feedback.
Answered by
lefou
May 25, 2021
Replies: 1 comment
-
You can use the ivy"a::b:c".withDottyCompat(scalaVersion()) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
informarte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
withDottyCompat
method: