Skip to content

Commit

Permalink
Downgrade circe
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Oct 9, 2023
1 parent cce55f4 commit 94b3399
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 @@ -11,7 +11,7 @@ val scalaJVMVersions = List(scala2_12, scala2_13, scala3)
val scalaJSVersions = List(scala2_12, scala2_13, scala3)
val scalaNativeVersions = List(scala2_12, scala2_13, scala3)

val circeVersion = "0.14.6"
val circeVersion = "0.14.3"
val circeYamlVersion = "0.14.2"

val scalaTestVersion = "3.2.17"
Expand Down

0 comments on commit 94b3399

Please sign in to comment.