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

Commit

Permalink
Merge pull request #92 from scala-steward/update/cats-core-2.1.1
Browse files Browse the repository at this point in the history
Update cats-core to 2.1.1
  • Loading branch information
cquiroz authored Feb 25, 2020
2 parents f2661a4 + fd50406 commit 04dfcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 04dfcf7

Please sign in to comment.