Skip to content

Commit d1b1975

Browse files
committed
Build: Set dependencies to the 3.4.2 version of the Java driver
1 parent c4ab59a commit d1b1975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Dependencies {
2121
// Versions
2222
val scalaVersions = Seq("2.11.8", "2.12.1")
2323
val scalaCoreVersion = "2.12.1"
24-
val mongodbDriverVersion = "3.4.0"
24+
val mongodbDriverVersion = "3.4.2"
2525

2626
val scalaTestVersion = "3.0.1"
2727
val scalaMockVersion = "3.4.1"

0 commit comments

Comments
 (0)