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

Bump to Scala 2.13.11 and 3.3.0 #421

Merged
merged 6 commits into from
Aug 24, 2023
Merged

Bump to Scala 2.13.11 and 3.3.0 #421

merged 6 commits into from
Aug 24, 2023

Conversation

adpi2
Copy link
Member

@adpi2 adpi2 commented Aug 23, 2023

No description provided.

@adpi2 adpi2 force-pushed the scala-3.3.0 branch 3 times, most recently from 72ba272 to 12f3a2f Compare August 23, 2023 13:11
@adpi2 adpi2 force-pushed the scala-3.3.0 branch 4 times, most recently from 08747d8 to ff18392 Compare August 23, 2023 14:44
@@ -12,7 +12,7 @@ object RscCompat {
}

class Patterns {
val List() = List.apply[Nothing]()
val List() = List()
Copy link
Member Author

Choose a reason for hiding this comment

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

Tried to debug this but it seems the bug comes from semantidb or Scalafix. There is no TypeApplyTree here anymore.

@@ -33,7 +33,7 @@ trait MapInstances extends cats.kernel.instances.MapInstances {
})
}
.value
G.map[Map[K,B], Map[K,B]](gbb)(_.toMap[K, B](<:<.refl))
G.map[Map[K,B], Map[K,B]](gbb)(_.toMap(<:<.refl))
Copy link
Member Author

Choose a reason for hiding this comment

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

Same here.

@adpi2 adpi2 merged commit 9fe1e5d into scalacenter:main Aug 24, 2023
6 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.

None yet

2 participants