From f9c4af37aa82d746ed7a435c68a9d4aa1a35b074 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:21:56 +0000 Subject: [PATCH] Update lucuma-react-common to 0.69.0 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 5b26a7f8..ae684313 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -11,7 +11,7 @@ object Settings { val disciplineMUnit = "2.0.0" val fs2 = "3.10.2" val log4Cats = "2.7.0" - val lucumaReact = "0.68.1" + val lucumaReact = "0.69.0" val monocle = "3.2.0" val mUnit = "1.0.0" val mUnitCatsEffect = "2.0.0"