Skip to content

Commit

Permalink
Update play-json to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jan 18, 2019
1 parent 4e07d79 commit 21cb2e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,11 @@ lazy val supportPlay = support("play")
.settings(libraryDependencies += {
"com.typesafe.play" %% "play-json" % (
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, v)) if v >= 13 =>
"2.7.0-RC2"
case Some((2, 10)) =>
// play-json 2.7.x does not support Scala 2.10
"2.6.13"
case _ =>
"2.6.12"
"2.7.0"
}
)
})
Expand Down

0 comments on commit 21cb2e9

Please sign in to comment.