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

Commit 1424988

Browse files
authored
Merge pull request #105 from scala-steward/update/cats-0.9.2
Update cats, common, test to 0.9.2
2 parents 2b906ed + 851b191 commit 1424988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.9.1",
97-
"io.github.cquiroz.react" %%% "test" % "0.9.1" % Test,
98-
"io.github.cquiroz.react" %%% "cats" % "0.9.1",
96+
"io.github.cquiroz.react" %%% "common" % "0.9.2",
97+
"io.github.cquiroz.react" %%% "test" % "0.9.2" % Test,
98+
"io.github.cquiroz.react" %%% "cats" % "0.9.2",
9999
"com.lihaoyi" %%% "utest" % "0.7.4" % Test,
100100
"org.typelevel" %%% "cats-core" % "2.1.1" % Test
101101
),

0 commit comments

Comments
 (0)