Skip to content

Commit

Permalink
Update react to 0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 24, 2023
1 parent e5a7838 commit 68f3e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 68f3e22

Please sign in to comment.