diff --git a/build.sbt b/build.sbt index ccef7bd..90cf5e6 100644 --- a/build.sbt +++ b/build.sbt @@ -72,8 +72,8 @@ lazy val facade = libraryDependencies ++= Seq( "com.github.japgolly.scalajs-react" %%% "core" % scalaJsReact, "com.github.japgolly.scalajs-react" %%% "test" % scalaJsReact % Test, - "io.github.cquiroz.react" %%% "common" % "0.9.3", - "io.github.cquiroz.react" %%% "test" % "0.9.3" % Test, + "io.github.cquiroz.react" %%% "common" % "0.9.4", + "io.github.cquiroz.react" %%% "test" % "0.9.4" % Test, "com.lihaoyi" %%% "utest" % "0.7.4" % Test, "org.typelevel" %%% "cats-core" % "2.1.1" % Test ),