From 6afd2812463d9785ead2164d38f3a63838a165a6 Mon Sep 17 00:00:00 2001 From: Carlos Quiroz Date: Thu, 19 Mar 2020 10:05:02 -0300 Subject: [PATCH] Update scalajs-react-common Signed-off-by: Carlos Quiroz --- CHANGELOG.md | 4 ++++ build.sbt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41527d9e..ff4be48c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes +## 0.4.3 + +* Update scalajs-react-common + ## 0.4.2 * Improved IconOps diff --git a/build.sbt b/build.sbt index f5824b51..197654d5 100644 --- a/build.sbt +++ b/build.sbt @@ -135,7 +135,7 @@ lazy val facade = "com.github.japgolly.scalajs-react" %%% "core" % scalaJsReact, "com.github.japgolly.scalajs-react" %%% "extra" % scalaJsReact, "com.github.japgolly.scalajs-react" %%% "test" % scalaJsReact % Test, - "io.github.cquiroz.react" %%% "common" % "0.6.5", + "io.github.cquiroz.react" %%% "common" % "0.7.0", "com.lihaoyi" %%% "utest" % "0.7.4" % Test, "org.typelevel" %%% "cats-core" % "2.1.1" % Test ),