From 4d75e297e3fa32304250e0f290d00d22d440d25b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 3 Oct 2021 03:21:51 +0200 Subject: [PATCH] Update scalafmt-core to 3.0.6 (#1862) --- .scalafmt.conf | 2 +- examples/rpc-examples/hello-rpc/.scalafmt.conf | 2 +- examples/rpc-examples/rpc-scalajs/.scalafmt.conf | 2 +- sbt-airframe/.scalafmt.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 02a7707acc..5dc55da3c1 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.0.5 +version = 3.0.6 maxColumn = 120 style = defaultWithAlign optIn.breaksInsideChains = true diff --git a/examples/rpc-examples/hello-rpc/.scalafmt.conf b/examples/rpc-examples/hello-rpc/.scalafmt.conf index 02a7707acc..5dc55da3c1 100644 --- a/examples/rpc-examples/hello-rpc/.scalafmt.conf +++ b/examples/rpc-examples/hello-rpc/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.0.5 +version = 3.0.6 maxColumn = 120 style = defaultWithAlign optIn.breaksInsideChains = true diff --git a/examples/rpc-examples/rpc-scalajs/.scalafmt.conf b/examples/rpc-examples/rpc-scalajs/.scalafmt.conf index 76c792bfa5..3adb60bd44 100644 --- a/examples/rpc-examples/rpc-scalajs/.scalafmt.conf +++ b/examples/rpc-examples/rpc-scalajs/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.0.5 +version = 3.0.6 maxColumn = 120 style = defaultWithAlign optIn.breaksInsideChains = true diff --git a/sbt-airframe/.scalafmt.conf b/sbt-airframe/.scalafmt.conf index 02a7707acc..5dc55da3c1 100644 --- a/sbt-airframe/.scalafmt.conf +++ b/sbt-airframe/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.0.5 +version = 3.0.6 maxColumn = 120 style = defaultWithAlign optIn.breaksInsideChains = true