From 226cf37006ec139e4d3f2f4f9f921b14697487a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 18:14:32 +0000 Subject: [PATCH] Update dependency org.typelevel:cats-core to v2.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f0d4640..3be2808 100644 --- a/build.sbt +++ b/build.sbt @@ -8,4 +8,4 @@ lazy val root = project useScala3doc := true, fork := true //this will make sure we run all our threads in a saperate JVM ) -libraryDependencies += "org.typelevel" %% "cats-core" % "2.3.1" withSources() +libraryDependencies += "org.typelevel" %% "cats-core" % "2.4.2" withSources()