Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Next version
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Quiroz <carlos.m.quiroz@gmail.com>
  • Loading branch information
cquiroz committed Nov 26, 2020
1 parent a2d85dd commit 9e324be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e324be

Please sign in to comment.