Skip to content

Commit

Permalink
Merge pull request #635 from scala-steward/update/lettuce-core-6.5.2.…
Browse files Browse the repository at this point in the history
…RELEASE

Update lettuce-core to 6.5.2.RELEASE
  • Loading branch information
ornicar authored Jan 23, 2025
2 parents 72ab46b + fec62ae commit b184308
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-RC14",
"io.lettuce" % "lettuce-core" % "6.5.1.RELEASE",
"io.lettuce" % "lettuce-core" % "6.5.2.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 b184308

Please sign in to comment.