Skip to content

Commit

Permalink
Updated minor version of mongo-java-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
eltimn committed Nov 28, 2020
1 parent d88be68 commit a72a804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -33,8 +33,8 @@ object Dependencies {
lazy val joda_time = "joda-time" % "joda-time" % "2.10"
lazy val joda_convert = "org.joda" % "joda-convert" % "2.1"
lazy val htmlparser = "nu.validator" % "htmlparser" % "1.4.12"
lazy val mongo_java_driver = "org.mongodb" % "mongodb-driver" % "3.12.5"
lazy val mongo_java_driver_async = "org.mongodb" % "mongodb-driver-async" % "3.12.5"
lazy val mongo_java_driver = "org.mongodb" % "mongodb-driver" % "3.12.7"
lazy val mongo_java_driver_async = "org.mongodb" % "mongodb-driver-async" % "3.12.7"
lazy val paranamer = "com.thoughtworks.paranamer" % "paranamer" % "2.8"
lazy val scalajpa = "org.scala-libs" % "scalajpa" % "1.5"
lazy val scalap: ModuleMap = "org.scala-lang" % "scalap" % _
Expand Down

0 comments on commit a72a804

Please sign in to comment.