Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248)
Also: Migrate to sbt slash syntax
This commit is contained in:
parent
49759617ab
commit
aa03e8b089
27 changed files with 145 additions and 148 deletions
|
|
@ -15,7 +15,7 @@ object ScalaFixExtraRulesPlugin extends AutoPlugin with ScalafixSupport {
|
|||
import sbt._
|
||||
import scalafix.sbt.ScalafixPlugin.autoImport.scalafixDependencies
|
||||
override def projectSettings: Seq[Def.Setting[_]] = super.projectSettings ++ {
|
||||
scalafixDependencies in ThisBuild ++= Seq(
|
||||
ThisBuild / scalafixDependencies ++= Seq(
|
||||
"com.nequissimus" %% "sort-imports" % "0.5.5",
|
||||
// https://github.com/ohze/scala-rewrites
|
||||
// an extended version of https://github.com/scala/scala-rewrites
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue