-
-
Notifications
You must be signed in to change notification settings - Fork 38
Update Scala Native to 0.5.8 #423
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
Conversation
|
MiMA errors are unclear to me: |
build.sbt
Outdated
| libraryDependencies ++= Seq( | ||
| "org.scalameta" %%% "munit" % "1.0.0", | ||
| "org.typelevel" %%% "cats-effect" % "3.6.3" | ||
| "org.scalameta" %%% "munit" % "1.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is 1.1.1 not sure hwy there are no Steward PR for this dependency
https://github.com/scalameta/munit/releases/tag/v1.1.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
Those MiMa errors are weird. I wonder if MUnit made some backwards-incompatible changes 🤔 and we used to inherit those methods, but they are now gone? |
You were right, that was the reason behind these MiMa errors. |
mzuehlke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch
No description provided.