From b1c833d1ee791482ea75869b17803040df02749c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Jan 2021 02:34:13 +0100 Subject: [PATCH] Update cats, common, test to 0.11.3 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 9bdc618..d70dc40 100644 --- a/build.sbt +++ b/build.sbt @@ -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 ),