Skip to content

Commit f6e78f5

Browse files
authored
Merge pull request #775 from scala-steward/update/lettuce-core-7.1.0.RELEASE
Update lettuce-core to 7.1.0.RELEASE
2 parents 2b8a4cf + 9ba7b58 commit f6e78f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lazy val `lila-ws` = project
3131
("org.reactivemongo" %% "reactivemongo" % "1.1.0-RC19")
3232
.exclude("org.scala-lang.modules", "scala-java8-compat_2.13"),
3333
"org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC19",
34-
"io.lettuce" % "lettuce-core" % "6.8.1.RELEASE",
34+
"io.lettuce" % "lettuce-core" % "7.1.0.RELEASE",
3535
"io.netty" % "netty-handler" % nettyVersion,
3636
"io.netty" % "netty-codec-http" % nettyVersion,
3737
("io.netty" % s"netty-transport-native-epoll" % nettyVersion)

0 commit comments

Comments
 (0)