From 7f88d87cd4c5a28f9fdd85b81fa346e2813d1bef Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:37:44 +0000 Subject: [PATCH] Update sbt-lucuma-lib to 0.11.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 59d1a8e..d86ebe9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -val sbtLucumaVersion = "0.11.12" +val sbtLucumaVersion = "0.11.13" addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % sbtLucumaVersion)