From 08b2cf8356026554e34dd3b41631eb3184035e48 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:28:02 +0000 Subject: [PATCH] Update sbt-lucuma-lib to 0.11.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 301c40751..53d8f24ff 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.7") +addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.8") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")