Bump scalafix

This commit is contained in:
Eugene Yokota 2023-03-12 20:33:16 -04:00 committed by Adrien Piquerez
parent 7ec2e9edd9
commit ef6c4898cc
2 changed files with 2 additions and 8 deletions

View File

@ -18,13 +18,7 @@ inThisBuild(List(
semanticdbEnabled := true,
semanticdbVersion := "4.5.9",
scalafixDependencies += "net.hamnaberg" %% "dataclass-scalafix" % dataclassScalafixV,
scalafixScalaBinaryVersion := {
(ThisBuild / scalaBinaryVersion).value match {
case "3" => "2.13"
case v => v
}
},
version := "2.0.0-alpha6-SNAPSHOT",
version := "2.0.0-alpha7-SNAPSHOT",
scalaVersion := scala3,
))

View File

@ -2,6 +2,6 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
// addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.0.0-RC1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.1")
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value