Skip to content

Commit

Permalink
chore(deps): circe updated from 0.13.0 to 0.14.1 (#320)
Browse files Browse the repository at this point in the history
Co-authored-by: Lloyd <[email protected]>
  • Loading branch information
augi and lloydmeta authored Jun 19, 2021
1 parent f2bb8da commit 4bca417
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 @@ -66,7 +66,7 @@ def thePlayJsonVersion(scalaVersion: String) =

def theCirceVersion(scalaVersion: String) =
CrossVersion.partialVersion(scalaVersion) match {
case Some((2, scalaMajor)) if scalaMajor >= 12 => "0.13.0"
case Some((2, scalaMajor)) if scalaMajor >= 12 => "0.14.1"
case Some((2, scalaMajor)) if scalaMajor >= 11 => "0.11.1"
case _ =>
throw new IllegalArgumentException(s"Unsupported Scala version $scalaVersion")
Expand Down

0 comments on commit 4bca417

Please sign in to comment.