Skip to content

Commit

Permalink
Update lettuce-core to 6.4.1.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 1, 2024
1 parent 4d673e5 commit c9f2043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.RELEASE",
"io.lettuce" % "lettuce-core" % "6.4.1.RELEASE",
"io.netty" % "netty-handler" % nettyVersion,
"io.netty" % "netty-codec-http" % nettyVersion,
("io.netty" % s"netty-transport-native-epoll" % nettyVersion)
Expand Down

0 comments on commit c9f2043

Please sign in to comment.