From 7ecc9f7f39292a8d440b2885369572802ca0f865 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Jul 2024 00:38:34 +0000 Subject: [PATCH] Update scalajs-react:core, ... to 2.1.2 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 002af1e9c..f8803f690 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -29,7 +29,7 @@ object Settings { val scala = "2.13.12" val scalaDom = "2.8.0" - val scalajsReact = "2.1.1" + val scalajsReact = "2.1.2" val scalaCSS = "1.0.0" val scalaJsMomentJs = "0.10.9" val booPickle = "1.3.3"