From fd504064e4358d1a4f90c45b85730cc08062b777 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Feb 2020 14:23:57 +0100 Subject: [PATCH] Update cats-core to 2.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab75b7d4..0f164bba 100644 --- a/build.sbt +++ b/build.sbt @@ -137,7 +137,7 @@ lazy val facade = "com.github.japgolly.scalajs-react" %%% "test" % scalaJsReact % Test, "io.github.cquiroz.react" %%% "common" % "0.5.1", "com.lihaoyi" %%% "utest" % "0.7.4" % Test, - "org.typelevel" %%% "cats-core" % "2.1.0" % Test + "org.typelevel" %%% "cats-core" % "2.1.1" % Test ), webpackConfigFile in Test := Some(baseDirectory.value / "test.webpack.config.js"), testFrameworks += new TestFramework("utest.runner.Framework")