Skip to content

Commit

Permalink
Merge pull request #622 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-RC14

Update reactivemongo-shaded-native-linux-x86-64 to 1.1.0-RC14
  • Loading branch information
ornicar authored Nov 7, 2024
2 parents d43860e + c59b5b3 commit 8c894f3
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 @@ -29,7 +29,7 @@ lazy val `lila-ws` = project
libraryDependencies ++= Seq(
("org.reactivemongo" %% "reactivemongo" % "1.1.0-RC13")
.exclude("org.scala-lang.modules", "scala-java8-compat_2.13"),
"org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC13",
"org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC14",
"io.lettuce" % "lettuce-core" % "6.5.0.RELEASE",
"io.netty" % "netty-handler" % nettyVersion,
"io.netty" % "netty-codec-http" % nettyVersion,
Expand Down

0 comments on commit 8c894f3

Please sign in to comment.