diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cb8530..c8101034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changes +## 0.10.1 + +* Update to react-common 0.11.1 +* Update to scalajs-react 1.7.7 +* Update to cats 2.3.0 + ## 0.9.1 * Update to react-common 0.10.1 diff --git a/build.sbt b/build.sbt index 9cfdfc7e..a9d6d7c3 100644 --- a/build.sbt +++ b/build.sbt @@ -139,7 +139,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.11.1", + "io.github.cquiroz.react" %%% "common" % "0.11.2", "org.scalameta" %%% "munit" % "0.7.19" % Test, "com.lihaoyi" %%% "utest" % "0.7.5" % Test, "org.typelevel" %%% "cats-core" % "2.3.0" % Test