We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cb306 commit 6a540e5Copy full SHA for 6a540e5
build.sbt
@@ -5,7 +5,7 @@ ThisBuild / tlFatalWarnings := false //TODO: ... fix this someday
5
ThisBuild / githubWorkflowBuildMatrixFailFast := Some(false)
6
7
val Versions = new {
8
- val circe = "0.14.13"
+ val circe = "0.14.14"
9
val discipline = "1.7.0"
10
val scalaCheck = "1.18.1"
11
val scalaTest = "3.2.18"
0 commit comments