Skip to content

Commit

Permalink
reactivemongo 1.1.0-RC13
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Aug 13, 2024
1 parent d9ce715 commit c48196f
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 @@ -27,7 +27,7 @@ lazy val `lila-ws` = project
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
resolvers += "lila-maven".at("https://raw.githubusercontent.com/ornicar/lila-maven/master"),
libraryDependencies ++= Seq(
("org.reactivemongo" %% "reactivemongo" % "1.1.0-RC12")
("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",
"io.lettuce" % "lettuce-core" % "6.4.0.RELEASE",
Expand Down

0 comments on commit c48196f

Please sign in to comment.