Skip to content

Commit

Permalink
Merge a34cf29 into 8ba3965
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-nguyen committed Sep 11, 2019
2 parents 8ba3965 + a34cf29 commit d315a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +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 >= 13 => "0.12.1"
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 d315a5c

Please sign in to comment.