mirror of https://github.com/sbt/sbt.git
Bump scalafix
This commit is contained in:
parent
7ec2e9edd9
commit
ef6c4898cc
|
|
@ -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,
|
||||
))
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue