We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b33a6bd + f0bfb5b commit 209b7daCopy full SHA for 209b7da
build.sbt
@@ -77,7 +77,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform)
77
tlVersionIntroduced := Map("3" -> "4.3.0"))
78
.dependsOn(core, testkit % Test)
79
80
-val circeVersion = "0.14.3"
+val circeVersion = "0.14.5"
81
lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform)
82
.crossType(CrossType.Full)
83
.in(file("circe"))
0 commit comments