Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Feb 6, 2019
1 parent a57e481 commit 8168851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import sbt._

object Dependencies {
// Versions
val scalaVersions = Seq("2.11.12", "2.12.7")
val scalaVersions = Seq("2.11.12", "2.12.8")
val scalaCoreVersion = "2.12.7"
val mongodbDriverVersion = "3.10.0-SNAPSHOT"
val mongodbDriverVersion = "3.10.0"

val scalaTestVersion = "3.0.1"
val scalaMockVersion = "3.4.1"
Expand Down

0 comments on commit 8168851

Please sign in to comment.