diff --git a/.scalafmt.conf b/.scalafmt.conf index 7529350..0318076 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -10,4 +10,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im trailingCommas = preserve newlines.afterCurlyLambda = preserve runner.dialect = scala212source3 -version = 3.11.0 +version = 3.11.1 diff --git a/docs/.scalafmt.conf b/docs/.scalafmt.conf index d2ce976..d0b1724 100644 --- a/docs/.scalafmt.conf +++ b/docs/.scalafmt.conf @@ -13,4 +13,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im trailingCommas = preserve newlines.afterCurlyLambda = preserve runner.dialect = scala212source3 -version = 3.11.0 +version = 3.11.1 diff --git a/docs/project/plugins.sbt b/docs/project/plugins.sbt index e351d19..a55782d 100644 --- a/docs/project/plugins.sbt +++ b/docs/project/plugins.sbt @@ -10,6 +10,6 @@ addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse( addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") diff --git a/project/plugins.sbt b/project/plugins.sbt index cb226ce0..8e4bf07 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")