Skip to content

Commit

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

Update lettuce-core to 6.2.6.RELEASE
  • Loading branch information
ornicar authored Aug 20, 2023
2 parents 52fdc1b + 714278c commit 6955b92
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 @@ -24,7 +24,7 @@ libraryDependencies ++= (
if (shaded) List("org.reactivemongo" % "reactivemongo-shaded-native" % s"1.1.0-RC6-$os-x86-64")
else Nil
)
libraryDependencies += "io.lettuce" % "lettuce-core" % "6.2.5.RELEASE"
libraryDependencies += "io.lettuce" % "lettuce-core" % "6.2.6.RELEASE"
libraryDependencies += "io.netty" % "netty-handler" % nettyVersion
libraryDependencies += "io.netty" % "netty-codec-http" % nettyVersion
libraryDependencies += "io.netty" % s"netty-transport-native-epoll" % nettyVersion classifier s"linux-x86_64" classifier s"linux-aarch_64"
Expand Down

0 comments on commit 6955b92

Please sign in to comment.