From 35e18cb26adbdb53172a2d00107fde77bb08c7f5 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 20:59:31 +0000 Subject: [PATCH 1/2] Update sbt-lucuma-lib to 0.11.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b0a54f6..d2cdb18 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -val sbtLucumaVersion = "0.11.3" +val sbtLucumaVersion = "0.11.4" addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % sbtLucumaVersion) From bc5e6f0d254fae8a350109b2f2b68a83a5d7797a Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 20:59:56 +0000 Subject: [PATCH 2/2] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .scalafmt-common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt-common.conf b/.scalafmt-common.conf index 7b98c21..c4fcf16 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.7" +version = "3.7.11" style = default runner.dialect = scala3