Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 134030a

Browse files
authored
Merge pull request #159 from scala-steward/update/cats-core-2.3.1
Update cats-core to 2.3.1
2 parents e787167 + 38e1c7f commit 134030a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ lazy val facade =
101101
"io.github.cquiroz.react" %%% "test" % "0.11.2" % Test,
102102
"io.github.cquiroz.react" %%% "cats" % "0.11.2",
103103
"org.scalameta" %%% "munit" % "0.7.20" % Test,
104-
"org.typelevel" %%% "cats-core" % "2.3.0" % Test
104+
"org.typelevel" %%% "cats-core" % "2.3.1" % Test
105105
),
106106
webpackConfigFile in Test := Some(baseDirectory.value / "test.webpack.config.js"),
107107
testFrameworks += new TestFramework("munit.Framework")

0 commit comments

Comments
 (0)