From 70859bed82d75b00e236359bc376b76327b2f143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Piaggio?= Date: Mon, 9 Dec 2024 18:19:20 -0300 Subject: [PATCH] explicit sorting in tables --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 111925f11..bf7f2130f 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ val Versions = new { val log4catsLogLevel = "0.3.1" val lucumaCore = "0.110.0" val lucumaPrimeStyles = "0.3.0" - val lucumaReact = "0.73.2" + val lucumaReact = "0.74.0" val lucumaRefined = "0.1.2" val lucumaSchemas = "0.108.0" val lucumaSso = "0.7.1"