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

Commit

Permalink
Merge pull request #122 from scala-steward/update/cats-0.9.8
Browse files Browse the repository at this point in the history
Update cats, common, test to 0.9.8
  • Loading branch information
mergify[bot] authored Sep 5, 2020
2 parents 0e349a8 + 32a784a commit eac0c61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ 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.9.7",
"io.github.cquiroz.react" %%% "test" % "0.9.7" % Test,
"io.github.cquiroz.react" %%% "cats" % "0.9.7",
"io.github.cquiroz.react" %%% "common" % "0.9.8",
"io.github.cquiroz.react" %%% "test" % "0.9.8" % Test,
"io.github.cquiroz.react" %%% "cats" % "0.9.8",
"com.lihaoyi" %%% "utest" % "0.7.5" % Test,
"org.typelevel" %%% "cats-core" % "2.2.0" % Test
),
Expand Down

0 comments on commit eac0c61

Please sign in to comment.