Skip to content

Commit

Permalink
Update mongo-scala-bson, ... to 4.3.2 (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 2, 2021
1 parent fead56c commit d484c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ lazy val `akka-persistence-mongo-scala` = (project in file("scala"))
.settings(commonSettings:_*)
.settings(
libraryDependencies ++= Seq(
"org.mongodb.scala" %% "mongo-scala-driver" % "4.3.1" % "compile",
"org.mongodb.scala" %% "mongo-scala-bson" % "4.3.1" % "compile",
"org.mongodb.scala" %% "mongo-scala-driver" % "4.3.2" % "compile",
"org.mongodb.scala" %% "mongo-scala-bson" % "4.3.2" % "compile",
"io.netty" % "netty-buffer" % "4.1.67.Final" % "compile",
"io.netty" % "netty-transport" % "4.1.67.Final" % "compile",
"io.netty" % "netty-handler" % "4.1.67.Final" % "compile",
Expand Down

0 comments on commit d484c15

Please sign in to comment.