Skip to content

Commit f3d13bd

Browse files
committed
Revert commit(s) 9869cf9
1 parent 9869cf9 commit f3d13bd

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.1"
1010
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.1" % Test
1111
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
1212
val logback = "ch.qos.logback" % "logback-classic" % "1.3.8"
13-
val embedMongoVersion = "4.7.2"
13+
val embedMongoVersion = "4.7.1"
1414

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

0 commit comments

Comments
 (0)