Skip to content

Commit 877fe94

Browse files
committed
drop "com.sandinh"/"scala-rewrites"
1 parent 28a37d6 commit 877fe94

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

http-core/src/test/scala/org/apache/pekko/http/impl/util/JavaDurationConverterSpec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ package org.apache.pekko.http.impl.util
1919

2020
import java.time.temporal.ChronoUnit
2121

22-
import org.apache.pekko
2322
import org.scalatest.matchers.should.Matchers
2423
import org.scalatest.wordspec.AnyWordSpec
2524

project/ScalaFixExtraRulesPlugin.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ object ScalaFixExtraRulesPlugin extends AutoPlugin with ScalafixSupport {
2323
import scalafix.sbt.ScalafixPlugin.autoImport.scalafixDependencies
2424
override lazy val projectSettings: Seq[Def.Setting[_]] = super.projectSettings ++ {
2525
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")
3027
}
3128
}

0 commit comments

Comments
 (0)