From e1fef39e4d1653e2757e42db7d01008c670c5aa7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Jan 2021 02:33:46 +0100 Subject: [PATCH] Update common to 0.11.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 364f85bb..91aee433 100644 --- a/build.sbt +++ b/build.sbt @@ -139,7 +139,7 @@ lazy val facade = "com.github.japgolly.scalajs-react" %%% "core" % scalaJsReact, "com.github.japgolly.scalajs-react" %%% "extra" % scalaJsReact, "com.github.japgolly.scalajs-react" %%% "test" % scalaJsReact % Test, - "io.github.cquiroz.react" %%% "common" % "0.11.2", + "io.github.cquiroz.react" %%% "common" % "0.11.3", "org.scalameta" %%% "munit" % "0.7.20" % Test, "com.lihaoyi" %%% "utest" % "0.7.5" % Test, "org.typelevel" %%% "cats-core" % "2.3.1" % Test