We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f10c1be + 9a85c95 commit b18be32Copy full SHA for b18be32
build.sbt
@@ -10,7 +10,7 @@ val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.1"
10
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.1" % Test
11
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
12
val logback = "ch.qos.logback" % "logback-classic" % "1.3.11"
13
-val embedMongoVersion = "4.7.1"
+val embedMongoVersion = "4.7.2"
14
15
val scalaTestDeps = Seq(
16
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
0 commit comments