Skip to content

Commit 61a9051

Browse files
authored
Merge pull request #1314 from Baeldung/update/mongo-scala-driver-5.1.0
Update mongo-scala-driver from 5.0.1 to 5.1.0
2 parents b06f298 + 4f8cca9 commit 61a9051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
249249
akkaTypedTestkit,
250250
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
251251
akkaStreamDep,
252-
"org.mongodb.scala" %% "mongo-scala-driver" % "5.0.1",
252+
"org.mongodb.scala" %% "mongo-scala-driver" % "5.1.0",
253253
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
254254
jUnitInterface,
255255
embeddedMongo % Test,

0 commit comments

Comments
 (0)