Skip to content

Commit

Permalink
Merge pull request lichess-org#14467 from scala-steward/update/reacti…
Browse files Browse the repository at this point in the history
…vemongo-shaded-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 15, 2024
2 parents d18365f + 663ea46 commit 20eb70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object Dependencies {
object reactivemongo {
val driver = "org.reactivemongo" %% "reactivemongo" % "1.1.0-RC11"
val stream = "org.reactivemongo" %% "reactivemongo-akkastream" % "1.1.0-RC12"
val shaded = "org.reactivemongo" % s"reactivemongo-shaded-native-$os-$dashArch" % "1.1.0-RC11"
val shaded = "org.reactivemongo" % s"reactivemongo-shaded-native-$os-$dashArch" % "1.1.0-RC12"
// val kamon = "org.reactivemongo" %% "reactivemongo-kamon" % "1.0.8"
def bundle = Seq(driver, stream)
}
Expand Down

0 comments on commit 20eb70c

Please sign in to comment.