Skip to content

Commit

Permalink
Merge 5e2d38f into ebc6f1e
Browse files Browse the repository at this point in the history
  • Loading branch information
zakpatterson committed Jul 2, 2019
2 parents ebc6f1e + 5e2d38f commit 14f8ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def thePlayJsonVersion(scalaVersion: String) =

def theCirceVersion(scalaVersion: String) =
CrossVersion.partialVersion(scalaVersion) match {
case Some((2, scalaMajor)) if scalaMajor >= 13 => "0.12.0-M4"
case Some((2, scalaMajor)) if scalaMajor >= 11 => "0.11.1"
case Some((2, scalaMajor)) if scalaMajor == 10 => "0.9.3"
case _ =>
Expand Down

0 comments on commit 14f8ab0

Please sign in to comment.