Skip to content

Commit 65c7041

Browse files
authoredDec 20, 2023
Merge pull request #1085 from Baeldung/update/de.flapdoodle.embed.mongo-4.12.0
Update de.flapdoodle.embed.mongo from 4.11.1 to 4.12.0
2 parents 92d1543 + 12d1bdf commit 65c7041

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
@@ -10,7 +10,7 @@ val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.2"
1010
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.2" % Test
1111
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
1212
val logback = "ch.qos.logback" % "logback-classic" % "1.4.14"
13-
val embedMongoVersion = "4.11.1"
13+
val embedMongoVersion = "4.12.0"
1414

1515
val scalaTestDeps = Seq(
1616
"org.scalatest" %% "scalatest" % "3.2.17" % Test,

0 commit comments

Comments
 (0)
Please sign in to comment.