Update/sbt scalafmt 2.5.5 (#1938)
* Update sbt-scalafmt to 2.5.5 * chore: Fix scalafmtConfigSettings usage. --------- Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
parent
60a84ce2e2
commit
c6af89b083
2 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ object MultiNode extends AutoPlugin {
|
|||
|
||||
private lazy val multiJvmSettings =
|
||||
MultiJvmPlugin.multiJvmSettings ++
|
||||
inConfig(MultiJvm)(scalafmtConfigSettings) ++
|
||||
scalafmtConfigSettings(MultiJvm) ++
|
||||
Seq(
|
||||
// Hack because 'provided' dependencies by default are not picked up by the multi-jvm plugin:
|
||||
MultiJvm / managedClasspath ++= (Compile / managedClasspath).value.filter(_.data.name.contains("silencer-lib")),
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
|
|||
|
||||
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
|
||||
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
|
||||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
|
||||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
|
||||
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
|
||||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue