Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #143 from scala-steward/update/cats-core-2.4.1
Browse files Browse the repository at this point in the history
Update cats-core to 2.4.1
  • Loading branch information
mergify[bot] authored Feb 10, 2021
2 parents de11287 + 965f971 commit 70fac0c
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 @@ -70,7 +70,7 @@ val commonSettings = List(
scalacOptions --= List("-Xfatal-warnings"),
scalacOptions += "-Ymacro-annotations",
libraryDependencies ++= List(
"org.typelevel" %% "cats-core" % "2.4.0",
"org.typelevel" %% "cats-core" % "2.4.1",
"org.typelevel" %% "cats-effect" % "2.3.1",
"org.typelevel" %% "cats-tagless-macros" % "0.12",
"co.fs2" %% "fs2-core" % "2.5.0",
Expand Down

0 comments on commit 70fac0c

Please sign in to comment.