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 f56a46f + 4d247bb commit d609d66Copy full SHA for d609d66
build.sbt
@@ -55,7 +55,7 @@ libraryDependencies += "joda-time" % "joda-time" % "2.10.10" % Test
55
56
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.10" % Test
57
58
-libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.2.1"
+libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.2.2"
59
60
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.8.4" % Provided
61
0 commit comments