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

Commit d9d70f6

Browse files
authored
Merge pull request #119 from scala-steward/update/cats-0.9.7
Update cats, common, test to 0.9.7
2 parents 977758f + 6760bad commit d9d70f6

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

0 commit comments

Comments
 (0)