Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 9730c10

Browse files
committed
Update scalajs-react common
Signed-off-by: Carlos Quiroz <[email protected]>
1 parent 3727e3e commit 9730c10

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## 0.9.0
4+
5+
* Updated scalajs-react-common
6+
37
## 0.8.0
48

59
* Update to scala.js 1.0

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ lazy val facade =
9393
libraryDependencies ++= Seq(
9494
"com.github.japgolly.scalajs-react" %%% "core" % scalaJsReact,
9595
"com.github.japgolly.scalajs-react" %%% "test" % scalaJsReact % "test",
96-
"io.github.cquiroz.react" %%% "common" % "0.8.2",
97-
"io.github.cquiroz.react" %%% "test" % "0.8.2" % Test,
98-
"io.github.cquiroz.react" %%% "cats" % "0.8.2",
96+
"io.github.cquiroz.react" %%% "common" % "0.9.1",
97+
"io.github.cquiroz.react" %%% "test" % "0.9.1" % Test,
98+
"io.github.cquiroz.react" %%% "cats" % "0.9.1",
9999
"com.lihaoyi" %%% "utest" % "0.7.4" % Test,
100100
"org.typelevel" %%% "cats-core" % "2.1.1" % Test
101101
),

0 commit comments

Comments
 (0)