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 <[email protected]>
  • Loading branch information
cquiroz committed Nov 2, 2020
1 parent 77e280c commit 31e544d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 0.9.1

* Update to react-common 0.10.1
* Update to scalajs-react 1.7.6

## 0.9.0

* Add Accordion
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.0",
"io.github.cquiroz.react" %%% "common" % "0.11.1",
"org.scalameta" %%% "munit" % "0.7.15" % Test,
"com.lihaoyi" %%% "utest" % "0.7.5" % Test,
"org.typelevel" %%% "cats-core" % "2.2.0" % Test
Expand Down

0 comments on commit 31e544d

Please sign in to comment.