Skip to content

Commit 071ea7b

Browse files
authored
Merge pull request #627 from scala-steward/update/lettuce-core-6.5.1.RELEASE
Update lettuce-core to 6.5.1.RELEASE
2 parents 2d4dbab + 7425318 commit 071ea7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lazy val `lila-ws` = project
3030
("org.reactivemongo" %% "reactivemongo" % "1.1.0-RC13")
3131
.exclude("org.scala-lang.modules", "scala-java8-compat_2.13"),
3232
"org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC14",
33-
"io.lettuce" % "lettuce-core" % "6.5.0.RELEASE",
33+
"io.lettuce" % "lettuce-core" % "6.5.1.RELEASE",
3434
"io.netty" % "netty-handler" % nettyVersion,
3535
"io.netty" % "netty-codec-http" % nettyVersion,
3636
("io.netty" % s"netty-transport-native-epoll" % nettyVersion)

0 commit comments

Comments
 (0)