From e056386f3c7d067a1f76b628293d0f6f581dc1ae Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 08:11:02 +0000 Subject: [PATCH] Update scalajs-react:core to 3.0.0-beta13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 837ceb0..d14f577 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val scala3 = "3.6.4" val ScalablyTypedCliVersion = "1.0.0-beta44" val ScalablyTypedRuntimeVersion = "2.4.2" -val ScalaJSReactVersion = "3.0.0-beta12" +val ScalaJSReactVersion = "3.0.0-beta13" ThisBuild / tlBaseVersion := "0.8" ThisBuild / crossScalaVersions := Seq(scala3)