Skip to content

Commit

Permalink
Merge pull request #380 from cchantep/task/upd-rm-1.0.0
Browse files Browse the repository at this point in the history
Update ReactiveMongo to 1.0.0
  • Loading branch information
scullxbones authored Sep 13, 2020
2 parents abed943 + cbd9896 commit d872151
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 @@ -114,7 +114,7 @@ lazy val `akka-persistence-mongo-rxmongo` = (project in file("rxmongo"))
.settings(
libraryDependencies ++=
Seq("reactivemongo", "reactivemongo-akkastream")
.map("org.reactivemongo" %% _ % "1.0.0-rc.2" % Compile)
.map("org.reactivemongo" %% _ % "1.0.0" % 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 d872151

Please sign in to comment.