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

Commit

Permalink
Merge pull request #135 from cquiroz/next
Browse files Browse the repository at this point in the history
Update libs
  • Loading branch information
cquiroz authored Nov 26, 2020
2 parents 18b531a + 85608dd commit a6566b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 1.4.2

* Update scalajs-react to 1.7.7
* Update cats to 2.3.0
* Update react-common to 0.11.2

## 1.4.1

* Update react-common to 0.11.1
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,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.11.1",
"io.github.cquiroz.react" %%% "test" % "0.11.1" % Test,
"io.github.cquiroz.react" %%% "common" % "0.11.2",
"io.github.cquiroz.react" %%% "test" % "0.11.2" % Test,
"org.scalameta" %%% "munit" % "0.7.19" % Test,
"org.typelevel" %%% "cats-core" % "2.3.0" % Test
),
Expand Down

0 comments on commit a6566b8

Please sign in to comment.