From 1bb8a257d686d0b2c2c9dd88ab6dc009673fcbb3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Nov 2024 16:58:50 +0000 Subject: [PATCH] Update lettuce-core to 6.5.0.RELEASE --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2aa9ce1d..c879744d 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val `lila-ws` = project ("org.reactivemongo" %% "reactivemongo" % "1.1.0-RC13") .exclude("org.scala-lang.modules", "scala-java8-compat_2.13"), "org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC13", - "io.lettuce" % "lettuce-core" % "6.4.1.RELEASE", + "io.lettuce" % "lettuce-core" % "6.5.0.RELEASE", "io.netty" % "netty-handler" % nettyVersion, "io.netty" % "netty-codec-http" % nettyVersion, ("io.netty" % s"netty-transport-native-epoll" % nettyVersion)