Skip to content

Commit

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

Update lettuce-core to 6.2.7.RELEASE
  • Loading branch information
ornicar authored Nov 16, 2023
2 parents c9b5df8 + 94b09b4 commit 2d5ea01
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 @@ -19,7 +19,7 @@ scalaVersion := "3.3.1"

libraryDependencies += "org.reactivemongo" %% "reactivemongo" % "1.1.0-RC11" exclude ("org.scala-lang.modules", "scala-java8-compat_2.13")
libraryDependencies += "org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC11"
libraryDependencies += "io.lettuce" % "lettuce-core" % "6.2.6.RELEASE"
libraryDependencies += "io.lettuce" % "lettuce-core" % "6.2.7.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-$arch_"
Expand Down

0 comments on commit 2d5ea01

Please sign in to comment.