From a54f2adf1210b4ca3534704e60e4ac0af5941929 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 20:46:51 +0000 Subject: [PATCH] Update lucuma-odb-schema to 0.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a3b3ca7b..9f54d5b4 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val kittensVersion = "3.1.0" val munitVersion = "0.7.29" val munitCatsEffectVersion = "1.0.7" val lucumaCoreVersion = "0.88.1" -val lucumaODBSchema = "0.6.1" +val lucumaODBSchema = "0.7.0" ThisBuild / tlBaseVersion := "0.63" ThisBuild / tlCiReleaseBranches := Seq("main")