-
Notifications
You must be signed in to change notification settings - Fork 14
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
Scala 3 compatible #62
Milestone
Comments
I'm hitting this as well at scala/scala-parallel-collections#164 |
perhaps this is a problem with sbt-mima rather than an issue in this repo per se? lightbend-labs/mima#613 |
julienrf
added a commit
that referenced
this issue
May 13, 2021
Also update to sbt 1.5.1 and MiMa 0.9.1 Fixes #62
julienrf
added a commit
that referenced
this issue
May 13, 2021
Also update to sbt 1.5.1 and MiMa 0.9.1 Fixes #62
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I was just trying out the plugin on different projects and it seems to encounter an issue with Scala 3 projects.
When looking for the previous version to run the checks (
sbt versionPolicyCheck
running), it fails to retrieve it:It's looking for a weird artifact name
io.github.gaeljw:typetrees_3.0.0-RC1_3.0:0.2.0
instead ofio.github.gaeljw:typetrees_3.0.0-RC1:0.2.0
.I guess it may be more related to the "RC1" than Scala 3.
The text was updated successfully, but these errors were encountered: