From 7d1a9783c212b2409ad7aaa17f3c46f3115b1747 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Jul 2023 18:15:31 +0000 Subject: [PATCH] Update lettuce-core to 6.2.5.RELEASE --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c45b34e25f989..73bc5758dfd0c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -26,7 +26,7 @@ object Dependencies { val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.19.0" val galimatias = "io.mola.galimatias" % "galimatias" % "0.2.2-NF" val scalatags = "com.lihaoyi" %% "scalatags" % "0.12.0" - val lettuce = "io.lettuce" % "lettuce-core" % "6.2.4.RELEASE" + val lettuce = "io.lettuce" % "lettuce-core" % "6.2.5.RELEASE" val nettyTransport = "io.netty" % s"netty-transport-native-$notifier" % "4.1.94.Final" classifier s"$os-$arch" val munit = "org.scalameta" %% "munit" % "1.0.0-M8" % Test