From 94577438f6499f5cecc1b02abba317f2034ce4d9 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 16 Jul 2023 01:06:33 +0000 Subject: [PATCH] Update mongo-scala-driver to 4.10.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b04853c..7798565 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ ThisBuild / testOptions += Tests.Argument("-oD") val scribeVersion = "3.10.4" val profigVersion = "3.4.4" val reactifyVersion = "4.0.8" -val mongoScalaDriverVersion = "4.7.2" +val mongoScalaDriverVersion = "4.10.2" val catsEffectVersion: String = "3.3.14" val fs2Version: String = "3.3.0" val scalatestVersion: String = "3.2.14"