Skip to content

Commit 9e99d02

Browse files
authored
Merge pull request #1452 from Baeldung/update/mongo-scala-driver-5.1.2
Update mongo-scala-driver from 5.1.1 to 5.1.2
2 parents f77c9fa + c7aa50a commit 9e99d02

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
@@ -254,7 +254,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
254254
akkaTypedTestkit,
255255
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
256256
akkaStreamDep,
257-
"org.mongodb.scala" %% "mongo-scala-driver" % "5.1.1",
257+
"org.mongodb.scala" %% "mongo-scala-driver" % "5.1.2",
258258
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
259259
jUnitInterface,
260260
embeddedMongo % Test,

0 commit comments

Comments
 (0)