From 9083cf1e9e4339dfe40b600aa6c42b2552e492c6 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:38:51 +0000 Subject: [PATCH] Update sbt-lucuma-lib to 0.11.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d86ebe9..7b66b73 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -val sbtLucumaVersion = "0.11.13" +val sbtLucumaVersion = "0.11.16" addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % sbtLucumaVersion)