Skip to content

Commit

Permalink
Update lettuce-core to 6.3.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 17, 2023
1 parent 6d73c87 commit e73ba00
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.7.RELEASE"
libraryDependencies += "io.lettuce" % "lettuce-core" % "6.3.0.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 e73ba00

Please sign in to comment.