We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b8a4cf + 9ba7b58 commit f6e78f5Copy full SHA for f6e78f5
build.sbt
@@ -31,7 +31,7 @@ lazy val `lila-ws` = project
31
("org.reactivemongo" %% "reactivemongo" % "1.1.0-RC19")
32
.exclude("org.scala-lang.modules", "scala-java8-compat_2.13"),
33
"org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC19",
34
- "io.lettuce" % "lettuce-core" % "6.8.1.RELEASE",
+ "io.lettuce" % "lettuce-core" % "7.1.0.RELEASE",
35
"io.netty" % "netty-handler" % nettyVersion,
36
"io.netty" % "netty-codec-http" % nettyVersion,
37
("io.netty" % s"netty-transport-native-epoll" % nettyVersion)
0 commit comments