From 6fe1fc2ed259ef86383195f0891394fa979a96fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Herna=CC=81ndez?= Date: Fri, 3 Jun 2022 12:11:22 +0200 Subject: [PATCH] Update Scalafmt to version 3.5.8 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 166ac71..fd15078 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -4,7 +4,7 @@ # To edit the original configurations go to # https://github.com/alejandrohdezma/sbt-scalafmt-defaults/edit/master/.scalafmt.conf -version = 3.3.3 +version = 3.5.8 # This value is automatically set based on your current `ThisBuild / scalaVersion` setting. # `scala212source3`/`scala213source3` will be set if `scalaVersion` is set to any of those versions