From 0fee8193eab303bfe3880d6757294235daee0b42 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 May 2022 12:43:05 +0200 Subject: [PATCH] Update react-dom to 18.1.0 --- core/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.sbt b/core/build.sbt index 42e2861..7935e2f 100644 --- a/core/build.sbt +++ b/core/build.sbt @@ -1,7 +1,7 @@ enablePlugins(ScalaJSPlugin) enablePlugins(JSDependenciesPlugin) -val reactV = "16.14.0" +val reactV = "18.1.0" organization := "com.payalabs" name := "scalajs-react-bridge"