File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
plugin/src/test/scala/scoverage Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ inThisBuild(
6969 " -encoding" ,
7070 " utf8"
7171 ),
72- scalafixDependencies += " com.github.liancheng" %% " organize-imports" % " 0.6.0" ,
7372 semanticdbEnabled := true ,
7473 semanticdbVersion := scalametaVersion,
7574 scalafixScalaBinaryVersion := scalaBinaryVersion.value
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import scala.reflect.internal.util.BatchSourceFile
44import scala .reflect .internal .util .NoFile
55import scala .reflect .internal .util .SourceFile
66import scala .reflect .io .VirtualFile
7- import scala .tools .nsc .reporters .ConsoleReporter
87import scala .tools .nsc .Settings
8+ import scala .tools .nsc .reporters .ConsoleReporter
99
1010import munit .FunSuite
1111
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
88
99addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.0" )
1010
11- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.33 " )
11+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.11.0 " )
1212
1313addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11.0" )
1414
You can’t perform that action at this time.
0 commit comments