From 34e962f3ce5052f24ad600b37f365c020425fd16 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:13:51 +0000 Subject: [PATCH] Update lucuma-react-common to 0.50.0 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 91795038..982f8ad7 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -11,7 +11,7 @@ object Settings { val disciplineMUnit = "1.0.9" val fs2 = "3.9.4" val log4Cats = "2.6.0" - val lucumaReact = "0.48.3" + val lucumaReact = "0.50.0" val monocle = "3.2.0" val mUnit = "0.7.29" val mUnitCatsEffect = "1.0.7"