Skip to content
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

Closed
gaeljw opened this issue Feb 27, 2021 · 2 comments · Fixed by #79
Closed

Scala 3 compatible #62

gaeljw opened this issue Feb 27, 2021 · 2 comments · Fixed by #79
Milestone

Comments

@gaeljw
Copy link

gaeljw commented Feb 27, 2021

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:

[error] sbt.librarymanagement.ResolveException: Error downloading io.github.gaeljw:typetrees_3.0.0-RC1_3.0:0.2.0
[error]   Not found
[error]   not found: https://repo1.maven.org/maven2/io/github/gaeljw/typetrees_3.0.0-RC1_3.0/0.2.0/typetrees_3.0.0-RC1_3.0-0.2.0.pom

It's looking for a weird artifact name io.github.gaeljw:typetrees_3.0.0-RC1_3.0:0.2.0 instead of io.github.gaeljw:typetrees_3.0.0-RC1:0.2.0.

I guess it may be more related to the "RC1" than Scala 3.

@SethTisue
Copy link

I'm hitting this as well at scala/scala-parallel-collections#164

@SethTisue
Copy link

SethTisue commented Apr 6, 2021

perhaps this is a problem with sbt-mima rather than an issue in this repo per se? lightbend-labs/mima#613

@julienrf julienrf added this to the 1.0.0 milestone Apr 29, 2021
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants