Skip to content

Commit 98bea4a

Browse files
Update de.flapdoodle.embed.mongo from 4.18.0 to 4.18.1
1 parent aa068f4 commit 98bea4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.6"
88
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.6" % Test
99
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
1010
val logback = "ch.qos.logback" % "logback-classic" % "1.5.12"
11-
val embedMongoVersion = "4.18.0"
11+
val embedMongoVersion = "4.18.1"
1212
val AkkaVersion = "2.9.3"
1313
val AlpakkaVersion = "8.0.0"
1414
val AkkaHttpVersion = "10.6.3"
@@ -583,7 +583,6 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
583583
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
584584
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
585585
"software.amazon.awssdk" % "s3" % "2.29.20"
586-
587586
),
588587
Defaults.itSettings,
589588
IntegrationTest / fork := true
@@ -605,7 +604,7 @@ lazy val scala_libraries_persistence =
605604
doobieCore,
606605
doobiePGDep,
607606
"org.reactivemongo" %% "reactivemongo" % reactiveMongo,
608-
"org.reactivemongo" %% "reactivemongo-akkastream" % reactiveMongo exclude("org.scala-lang.modules", "scala-parser-combinators_2.13"),
607+
"org.reactivemongo" %% "reactivemongo-akkastream" % reactiveMongo exclude ("org.scala-lang.modules", "scala-parser-combinators_2.13"),
609608
"de.flapdoodle.embed" % "de.flapdoodle.embed.mongo" % embedMongoVersion % IntegrationTest,
610609
logback,
611610
"com.typesafe.slick" %% "slick-hikaricp" % slickVersion,

0 commit comments

Comments
 (0)