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

build with and test against Scala 2.12.20 & 2.13.15 #2052

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

bjaglin
Copy link
Collaborator

@bjaglin bjaglin commented Aug 25, 2024

@bjaglin bjaglin linked an issue Sep 3, 2024 that may be closed by this pull request
@bjaglin bjaglin force-pushed the scala2xreleases branch 3 times, most recently from 98bd9ae to 5ea23a4 Compare September 23, 2024 19:38
Comment on lines +30 to +31
local5 => abstract method bar(a: Int): Int
local7 => abstract method foo(a: Int): Int
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@@ -3,7 +3,7 @@ rule = RemoveUnused
*/
package test.removeUnused

case class AB(a: Int, b: String)
case class AB(aa: Int, bb: String)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@bjaglin bjaglin marked this pull request as ready for review September 23, 2024 21:09
@bjaglin bjaglin merged commit dd28aba into scalacenter:main Sep 23, 2024
9 checks passed
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.

Please publish for Scala 2.13.15 Please publish for Scala 2.12.20
1 participant