Skip to content

Commit

Permalink
update rectivemongo and play dependencies (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdista authored and lloydmeta committed Oct 20, 2016
1 parent ca9127c commit 2ae2fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ lazy val theScalaVersion = "2.11.8"
lazy val scalaVersions = Seq("2.10.6", "2.11.8")
def thePlayVersion(scalaVersion: String) =
CrossVersion.partialVersion(scalaVersion) match {
case Some((2, scalaMajor)) if scalaMajor >= 11 => "2.5.6"
case Some((2, scalaMajor)) if scalaMajor >= 11 => "2.5.9"
case Some((2, scalaMajor)) if scalaMajor == 10 => "2.4.8"
case _ =>
throw new IllegalArgumentException(s"Unsupported Scala version $scalaVersion")
}
lazy val scalaTestVersion = "3.0.0"
lazy val reactiveMongoVersion = "0.11.14"
lazy val reactiveMongoVersion = "0.12.0"

lazy val root =
Project(id = "enumeratum-root", base = file("."), settings = commonWithPublishSettings)
Expand Down

0 comments on commit 2ae2fc1

Please sign in to comment.