diff --git a/.scalafix-common.conf b/.scalafix-common.conf index 5d349c3..e38e6ca 100644 --- a/.scalafix-common.conf +++ b/.scalafix-common.conf @@ -7,3 +7,4 @@ rules = [ OrganizeImports ] +OrganizeImports.targetDialect = Auto diff --git a/.scalafmt-common.conf b/.scalafmt-common.conf index 85cebd1..0d8610d 100644 --- a/.scalafmt-common.conf +++ b/.scalafmt-common.conf @@ -4,7 +4,7 @@ # this file by hand! Instead, if you wish to make changes, you should # make a PR to sbt-lucuma. -version = "3.7.17" +version = "3.8.0" style = default runner.dialect = scala3