From b233133f61a13fe35b91037e8969cbf67c35f77f Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:54:58 +0000 Subject: [PATCH] Update sbt-lucuma-lib to 0.11.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4279027..0243f40 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -val sbtLucumaVersion = "0.11.10" +val sbtLucumaVersion = "0.11.11" addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % sbtLucumaVersion)