Skip to content

Commit

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

Update lettuce-core to 6.4.0.RELEASE
  • Loading branch information
ornicar authored Jul 30, 2024
2 parents accf7c1 + 3421f29 commit 896ade3
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-RC12")
.exclude("org.scala-lang.modules", "scala-java8-compat_2.13"),
"org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC12",
"io.lettuce" % "lettuce-core" % "6.3.2.RELEASE",
"io.lettuce" % "lettuce-core" % "6.4.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 896ade3

Please sign in to comment.