Skip to content

Commit 2ae2fc1

Browse files
lambdistalloydmeta
authored andcommitted
update rectivemongo and play dependencies (#78)
1 parent ca9127c commit 2ae2fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ lazy val theScalaVersion = "2.11.8"
55
lazy val scalaVersions = Seq("2.10.6", "2.11.8")
66
def thePlayVersion(scalaVersion: String) =
77
CrossVersion.partialVersion(scalaVersion) match {
8-
case Some((2, scalaMajor)) if scalaMajor >= 11 => "2.5.6"
8+
case Some((2, scalaMajor)) if scalaMajor >= 11 => "2.5.9"
99
case Some((2, scalaMajor)) if scalaMajor == 10 => "2.4.8"
1010
case _ =>
1111
throw new IllegalArgumentException(s"Unsupported Scala version $scalaVersion")
1212
}
1313
lazy val scalaTestVersion = "3.0.0"
14-
lazy val reactiveMongoVersion = "0.11.14"
14+
lazy val reactiveMongoVersion = "0.12.0"
1515

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

0 commit comments

Comments
 (0)