Conversation
|
|
|
Similiar pull requests for other projects: |
| val hedgehog = "qa.hedgehog" %% "hedgehog-sbt" % "0.6.1" | ||
| val disruptor = "com.lmax" % "disruptor" % "3.4.2" | ||
| val kindProjector = ("org.typelevel" % "kind-projector" % "0.11.3").cross(CrossVersion.full) | ||
| val kindProjector = ("org.typelevel" % "kind-projector" % "0.13.0").cross(CrossVersion.full) |
There was a problem hiding this comment.
Had to upgrade kind-projector, but that should be ok:
typelevel/kind-projector@v0.11.3...v0.13.0
| lazy val scala212Compiler = "org.scala-lang" % "scala-compiler" % scala212 | ||
| lazy val scala212Jline = "jline" % "jline" % "2.14.6" | ||
| // use the scala-xml version used by the compiler not the latest: https://github.com/scala/scala/blob/v2.12.10/versions.properties#L22 | ||
| // use the scala-xml version used by the compiler not the latest: https://github.com/scala/scala/blob/v2.12.14/versions.properties#L21 |
There was a problem hiding this comment.
scala-xml version did not change 😅
|
I guess the question is how safe this is to release without RC cycle. Sometimes Scala 2.12.x includes extra check that starts displaying new warnings. Have you tried using locally baked sbt to a build to see if you see anything weird? |
No, but I can do that (later today) |
|
To be able to publish local I needed to upgrade semanticdb as well: https://github.com/scalameta/scalameta/releases |
|
@eed3si9n I did some local testing by For me this LGTM. |
|
Thanks for testing. |
Similiar to #6426 and #6291