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

Scala 2.13: Replace deprecated procedure syntax with explicit ': Unit =' #25188

Commits on Jul 5, 2022

  1. Scala 2.13: Replace deprecated procedure syntax with explicit ': Unit ='

    We're trying to fix as many syntax errors as possible while we're still in Scala 2.12.
    
    For this PR, we added: `addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.1")` in
    `plugins.sbt` and ran `scalafixAll ProcedureSyntax` in the `sbt` shell.
    ioannakok authored and rtyley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    d0c9a74 View commit details
    Browse the repository at this point in the history