Skip to content

Commit

Permalink
Merge pull request #586 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-RC13

Update reactivemongo-shaded-native-linux-x86-64 to 1.1.0-RC13
  • Loading branch information
ornicar authored Aug 13, 2024
2 parents f611a09 + eeb4285 commit d9ce715
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-RC12")
.exclude("org.scala-lang.modules", "scala-java8-compat_2.13"),
"org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC12",
"org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC13",
"io.lettuce" % "lettuce-core" % "6.4.0.RELEASE",
"io.netty" % "netty-handler" % nettyVersion,
"io.netty" % "netty-codec-http" % nettyVersion,
Expand Down

0 comments on commit d9ce715

Please sign in to comment.