From 4cb0758d2b347598e1616ecb1164e92693fd8797 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:11:48 +0000 Subject: [PATCH] Update sbt-lucuma-lib to 0.12.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ae12084..dd07c06 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.12.4") +addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.12.13") libraryDependencies ++= Seq( "org.scalablytyped.converter" %% "cli" % "1.0.0-beta44"