From dd55f5bf1dbe0da579f7c3828a6099e54760e4e1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 12 Jul 2020 20:36:49 +0200 Subject: [PATCH] Update cats-effect to 2.1.4 (#310) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 816df736..ad1da2e6 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ lazy val commonSettings = Seq( scalacOptions ~= (_ filterNot Set("-Xfuture", "-Xfatal-warnings").contains), libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.1.1", - "org.typelevel" %% "cats-effect" % "2.1.3", + "org.typelevel" %% "cats-effect" % "2.1.4", "io.higherkindness" %% "droste-core" % "0.8.0", "io.higherkindness" %% "droste-macros" % "0.8.0", "org.apache.avro" % "avro" % "1.10.0",