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 #162 from scala-steward/update/cats-0.11.3
Browse files Browse the repository at this point in the history
Update cats, common, test to 0.11.3
  • Loading branch information
cquiroz authored Jan 12, 2021
2 parents 1e40783 + b1c833d commit a2f62cf
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 @@ -97,9 +97,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.11.2",
"io.github.cquiroz.react" %%% "test" % "0.11.2" % Test,
"io.github.cquiroz.react" %%% "cats" % "0.11.2",
"io.github.cquiroz.react" %%% "common" % "0.11.3",
"io.github.cquiroz.react" %%% "test" % "0.11.3" % Test,
"io.github.cquiroz.react" %%% "cats" % "0.11.3",
"org.scalameta" %%% "munit" % "0.7.20" % Test,
"org.typelevel" %%% "cats-core" % "2.3.1" % Test
),
Expand Down

0 comments on commit a2f62cf

Please sign in to comment.