Skip to content

Commit

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

Update lettuce-core to 6.5.0.RELEASE
  • Loading branch information
ornicar authored Nov 4, 2024
2 parents 4f26905 + 1bb8a25 commit 0aa6c05
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.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)
Expand Down

0 comments on commit 0aa6c05

Please sign in to comment.