diff --git a/.scalafmt.conf b/.scalafmt.conf index 5b87db3b7..fb2e6f0f9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.0.0-RC5 +version = 2.0.1 maxColumn = 100 project.git = true project.excludeFilters = [ "\\Wsbt-test\\W", "\\Winput_sources\\W", "\\Wcontraband-scala\\W" ] diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d8d241042..8f1dd55fd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -58,6 +58,6 @@ object Dependencies { val log4jApi = "org.apache.logging.log4j" % "log4j-api" % log4jVersion val log4jCore = "org.apache.logging.log4j" % "log4j-core" % log4jVersion val disruptor = "com.lmax" % "disruptor" % "3.4.2" - val silencerPlugin = "com.github.ghik" %% "silencer-plugin" % "1.4.1" - val silencerLib = "com.github.ghik" %% "silencer-lib" % "1.4.1" % Provided + val silencerPlugin = "com.github.ghik" %% "silencer-plugin" % "1.4.2" + val silencerLib = "com.github.ghik" %% "silencer-lib" % "1.4.2" % Provided } diff --git a/project/plugins.sbt b/project/plugins.sbt index 7c0f95696..4458f9e31 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.9") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.3") addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.4.4") addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.16") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.1") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.2")