From bffa0315b8ae9efb13c31f0120e1945c01c4b377 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Dec 2021 02:14:56 +0100 Subject: [PATCH] Update reactivemongo-bson-api to 1.0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e7f0508..7f188cd 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ val compilerOptions = Seq( ) val circeVersion = "0.14.1" -val reactiveMongoVersion = "1.0.7" +val reactiveMongoVersion = "1.0.9" val scalaTestVersion = "3.2.10" val scalaTestPlusVersion = "3.2.10.0"