From a2a68a5386ff43448126c963acda179b7f83d16c Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:39:10 +0000 Subject: [PATCH] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .scalafix-common.conf | 1 + .scalafmt-common.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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