From 4b17601961afcf7305f0d4aed16801543465ceaa Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:14:09 +0000 Subject: [PATCH] Update lucuma-odb-schema to 0.18.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ad40ed6..6cb2f38 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val Versions = new { // sbt doesn't like object definitions in build.sbt val fs2 = "3.11.0" val kittens = "3.4.0" val lucumaCore = "0.112.2" - val lucumaODBSchema = "0.17.3" + val lucumaODBSchema = "0.18.0" val munit = "1.0.3" val munitCatsEffect = "2.0.0" }