diff --git a/.scalafmt.conf b/.scalafmt.conf index a157d8f..458c77a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,4 +9,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ] spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = always -version = 3.11.3 +version = 3.11.4 diff --git a/project/build.properties b/project/build.properties index 7c95fc1..e544c4d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.13 +sbt.version=1.12.14 diff --git a/project/plugins.sbt b/project/plugins.sbt index 9faadec..b141946 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.11") addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.1.0") addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0") addSbtPlugin("com.github.sbt" % "sbt-stylus" % "2.0.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2")