File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
http-core/src/test/scala/org/apache/pekko/http/impl/util Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ package org.apache.pekko.http.impl.util
19
19
20
20
import java .time .temporal .ChronoUnit
21
21
22
- import org .apache .pekko
23
22
import org .scalatest .matchers .should .Matchers
24
23
import org .scalatest .wordspec .AnyWordSpec
25
24
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ object ScalaFixExtraRulesPlugin extends AutoPlugin with ScalafixSupport {
23
23
import scalafix .sbt .ScalafixPlugin .autoImport .scalafixDependencies
24
24
override lazy val projectSettings : Seq [Def .Setting [_]] = super .projectSettings ++ {
25
25
ThisBuild / scalafixDependencies ++= Seq (
26
- " com.nequissimus" %% " sort-imports" % " 0.6.1" ,
27
- // https://github.com/ohze/scala-rewrites
28
- // an extended version of https://github.com/scala/scala-rewrites
29
- " com.sandinh" %% " scala-rewrites" % " 0.1.10-sd" )
26
+ " com.nequissimus" %% " sort-imports" % " 0.6.1" )
30
27
}
31
28
}
You can’t perform that action at this time.
0 commit comments