Skip to content

Commit 29d0272

Browse files
authored
Merge pull request #1204 from Baeldung/update/mongo-scala-driver-5.0.0
Update mongo-scala-driver from 4.11.1 to 5.0.0
2 parents fb91db7 + 49a2b79 commit 29d0272

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
@@ -239,7 +239,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
239239
akkaTypedTestkit,
240240
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
241241
akkaStreamDep,
242-
"org.mongodb.scala" %% "mongo-scala-driver" % "4.11.1",
242+
"org.mongodb.scala" %% "mongo-scala-driver" % "5.0.0",
243243
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
244244
jUnitInterface,
245245
embeddedMongo % Test,

0 commit comments

Comments
 (0)