diff --git a/.scalafmt.conf b/.scalafmt.conf
index 9ac4d087..4c32b38b 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -11,4 +11,4 @@ rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abst
 spaces.inImportCurlyBraces = true   # more idiomatic to include whitepsace in import x.{ yyy }
 trailingCommas = preserve
 newlines.afterCurlyLambda = preserve
-version = 3.7.14
+version = 3.7.15