From 3d23137ba8bd0519ea8f735be13446644eee25a1 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:06:11 +0000 Subject: [PATCH] Update lucuma-core, lucuma-core-testkit to 0.105.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2a5bc4..0ccfc76 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val catsVersion = "2.12.0" lazy val catsEffectVersion = "3.5.4" lazy val kindProjectorVersion = "0.13.2" lazy val pprintVersion = "0.9.0" -lazy val lucumaCoreVersion = "0.104.0" +lazy val lucumaCoreVersion = "0.105.0" lazy val lucumaRefinedVersion = "0.1.3" lazy val monocleVersion = "3.3.0" lazy val munitVersion = "1.0.2"