From d7288bab64dba665dfc0cd4003ea412625f13e98 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Feb 2022 15:01:34 +0100 Subject: [PATCH] Update redis4cats-effects to 1.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 160ade921..05d96f35f 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ lazy val benchmarks = .settings( publish / skip := true, libraryDependencies ++= Seq( - "dev.profunktor" %% "redis4cats-effects" % "1.0.0", + "dev.profunktor" %% "redis4cats-effects" % "1.1.1", "io.chrisdavenport" %% "rediculous" % "0.1.1", "io.laserdisc" %% "laserdisc-fs2" % "0.5.0" )