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

Fix for #2127 : fix for Scala 2.12 compilation failing w. NoSuchMethodError #2128

Closed
wants to merge 1 commit into from

Conversation

kushti
Copy link
Member

@kushti kushti commented Feb 27, 2024

Scala 2.12 dependency downgraded to 2.12.11 due to regression bug in 2.12.12 scala/bug#12100

@kushti kushti changed the base branch from master to v5.0.21 February 27, 2024 15:59
@kushti kushti mentioned this pull request Feb 27, 2024
Closed
@ccellado
Copy link
Collaborator

It would be a big problem to support that regression going on

I've already fixed this in IT tests refactoring

@@ -5,7 +5,7 @@ logLevel := Level.Debug

// this values should be in sync with ergo-wallet/build.sbt
val scala211 = "2.11.12"
val scala212 = "2.12.18"
val scala212 = "2.12.11"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to revert at all, thing is addressed already

@kushti kushti closed this Feb 28, 2024
@kushti kushti deleted the i2127 branch February 28, 2024 17:30
@stenolog stenolog mentioned this pull request Feb 28, 2024
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 this pull request may close these issues.

2 participants