Update sbt-scalafix to 0.9.30 (#30648)
* Update sbt-scalafix to 0.9.30 * Fix ConsoleLogger import To reflect sbt-scalafix f97e8f3cd71c3efe431417f7376dd30b550f11a9 Co-authored-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
parent
29e759ca55
commit
0d3abd2200
2 changed files with 3 additions and 3 deletions
|
|
@ -7,10 +7,10 @@ package akka
|
|||
import java.io.File
|
||||
|
||||
import com.typesafe.config.ConfigFactory
|
||||
import sbt.internal.sbtscalafix.Compat
|
||||
import sbt.ConsoleLogger
|
||||
|
||||
class ProjectFileIgnoreSupport(ignoreConfigFile: File, descriptor: String) {
|
||||
private val stdoutLogger = Compat.ConsoleLogger(System.out)
|
||||
private val stdoutLogger = ConsoleLogger(System.out)
|
||||
|
||||
private val javaSourceDirectories = Set("java", Jdk9.JAVA_SOURCE_DIRECTORY, Jdk9.JAVA_TEST_SOURCE_DIRECTORY)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ libraryDependencies += Defaults.sbtPluginExtra(
|
|||
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.6.1")
|
||||
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
|
||||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.30")
|
||||
// sbt-osgi 0.9.5 is available but breaks including jdk9-only classes
|
||||
// sbt-osgi 0.9.6 is available but breaks populating akka-protobuf-v3
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue