Skip to content

Commit

Permalink
Merge pull request #410 from scala-steward/update/reactivemongo-1.0.2
Browse files Browse the repository at this point in the history
Update reactivemongo, ... to 1.0.2
  • Loading branch information
scullxbones authored Jan 7, 2021
2 parents 944dc55 + e88e1f7 commit 632ed9d
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 @@ -118,7 +118,7 @@ lazy val `akka-persistence-mongo-rxmongo` = (project in file("rxmongo"))
.settings(
libraryDependencies ++=
Seq("reactivemongo", "reactivemongo-akkastream")
.map("org.reactivemongo" %% _ % "1.0.0" % Compile)
.map("org.reactivemongo" %% _ % "1.0.2" % Compile)
.map(_.exclude("com.typesafe.akka","akka-actor_2.11")
.exclude("com.typesafe.akka","akka-actor_2.12")
.exclude("com.typesafe.akka","akka-actor_2.13")
Expand Down

0 comments on commit 632ed9d

Please sign in to comment.