From 68f3e22dc40869396340e5690a7c3eb6da20dab3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Nov 2023 03:20:30 +0000 Subject: [PATCH] Update react to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9f83f56..6f45100 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ libraryDependencies ++= Seq( "org.playframework" %% "play-test" % playVersion % "test", "org.playframework" %% "play-specs2" % playVersion % "test", "org.webjars" % "bootstrap" % "3.1.1-2" % "test", - "org.webjars" % "react" % "0.12.2" % "test", + "org.webjars" % "react" % "0.14.8" % "test", "org.webjars" % "bootswatch-yeti" % "3.1.1+1" % "test" )