File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ lazy val theScalaVersion = "2.11.8"
55lazy val scalaVersions = Seq (" 2.10.6" , " 2.11.8" )
66def 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 }
1313lazy val scalaTestVersion = " 3.0.0"
14- lazy val reactiveMongoVersion = " 0.11.14 "
14+ lazy val reactiveMongoVersion = " 0.12.0 "
1515
1616lazy val root =
1717 Project (id = " enumeratum-root" , base = file(" ." ), settings = commonWithPublishSettings)
You can’t perform that action at this time.
0 commit comments