From c48ca1350a2218e214a5992adaf2b6fceb02bb00 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 24 Feb 2021 04:34:07 +0100 Subject: [PATCH] Update cats-core to 2.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a451c9b..ba46383 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ developers := List(Developer("loicknuchel", "Loïc Knuchel", "loicknuchel@gmail. scmInfo := Some(ScmInfo(url("https://github.com/loicknuchel/TypedAPI"), "git@github.com:loicknuchel/TypedAPI.git")) libraryDependencies ++= Seq( - "org.typelevel" %% "cats-core" % "2.1.1", + "org.typelevel" %% "cats-core" % "2.4.2", "com.typesafe.play" %% "play-json" % "2.9.1", "org.slf4j" % "slf4j-api" % "1.7.30", "ch.qos.logback" % "logback-classic" % "1.2.3",