File tree 3 files changed +2
-3
lines changed
plugin/src/test/scala/scoverage
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ inThisBuild(
69
69
" -encoding" ,
70
70
" utf8"
71
71
),
72
- scalafixDependencies += " com.github.liancheng" %% " organize-imports" % " 0.6.0" ,
73
72
semanticdbEnabled := true ,
74
73
semanticdbVersion := scalametaVersion,
75
74
scalafixScalaBinaryVersion := scalaBinaryVersion.value
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import scala.reflect.internal.util.BatchSourceFile
4
4
import scala .reflect .internal .util .NoFile
5
5
import scala .reflect .internal .util .SourceFile
6
6
import scala .reflect .io .VirtualFile
7
- import scala .tools .nsc .reporters .ConsoleReporter
8
7
import scala .tools .nsc .Settings
8
+ import scala .tools .nsc .reporters .ConsoleReporter
9
9
10
10
import munit .FunSuite
11
11
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
8
8
9
9
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.0" )
10
10
11
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.33 " )
11
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.11.0 " )
12
12
13
13
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11.0" )
14
14
You can’t perform that action at this time.
0 commit comments