scala3-migrate
scala3-migrate copied to clipboard
A tool to help migrating from Scala 2 to Scala 3
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.3.3 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.3.3...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.11 to 3.2.13. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.13) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.11...release-3.2.13) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [dev.zio:zio](https://github.com/zio/zio) from 1.0.14 to 1.0.16. [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v1.0.16) - [Version Diff](https://github.com/zio/zio/compare/v1.0.14...v1.0.16) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [io.get-coursier:interface](https://github.com/coursier/interface) from 1.0.7 to 1.0.8. [GitHub Release Notes](https://github.com/coursier/interface/releases/tag/v1.0.8) - [Version Diff](https://github.com/coursier/interface/compare/v1.0.7...v1.0.8) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates * [org.typelevel:cats-core](https://github.com/typelevel/cats) * [org.typelevel:cats-core_2.13](https://github.com/typelevel/cats) from 2.7.0 to 2.8.0. [GitHub Release Notes](https://github.com/typelevel/cats/releases/tag/v2.8.0) - [Version Diff](https://github.com/typelevel/cats/compare/v2.7.0...v2.8.0) I'll automatically update this PR to resolve conflicts as long as you don't change it...
Updates * [org.scala-lang:scala3-compiler](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) from 3.1.1 to 3.1.3. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.1...3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.1...release-3.1.3) I'll automatically update this PR to resolve conflicts as long as you...
Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.12.15 to 2.12.16. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.16) - [Version Diff](https://github.com/scala/scala/compare/v2.12.15...v2.12.16) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates * [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix) * [ch.epfl.scala:scalafix-core](https://github.com/scalacenter/scalafix) * [ch.epfl.scala:scalafix-interfaces](https://github.com/scalacenter/scalafix) * [ch.epfl.scala:scalafix-rules](https://github.com/scalacenter/scalafix) * [ch.epfl.scala:scalafix-testkit](https://github.com/scalacenter/scalafix) from 0.9.34 to 0.10.1. [GitHub Release Notes](https://github.com/scalacenter/sbt-scalafix/releases/tag/v0.10.1) - [Version Diff](https://github.com/scalacenter/sbt-scalafix/compare/v0.9.34...v0.10.1) I'll automatically update this PR to resolve conflicts as...
https://github.com/scalacenter/scala3-migrate#fix-syntax-incompatibilities does not mention adding result types to anything, but it currently does via `ExplicitResultTypes` rule it looks like it should not because adding result types is not necessary to...