Skip to content

Commit

Permalink
Merge pull request #517 from scala-steward/update/reactivemongo-shade…
Browse files Browse the repository at this point in the history
…d-native-linux-x86-64-1.1.0-RC12

Update reactivemongo-shaded-native-linux-x86-64 to 1.1.0-RC12
  • Loading branch information
ornicar authored Jan 13, 2024
2 parents a79e91c + b3d4539 commit aa06edf
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 @@ -18,7 +18,7 @@ val nettyVersion = "4.1.101.Final"
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 += "org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC12"
libraryDependencies += "io.lettuce" % "lettuce-core" % "6.3.0.RELEASE"
libraryDependencies += "io.netty" % "netty-handler" % nettyVersion
libraryDependencies += "io.netty" % "netty-codec-http" % nettyVersion
Expand Down

0 comments on commit aa06edf

Please sign in to comment.