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.
1 parent b33a6bd commit f0bfb5bCopy full SHA for f0bfb5b
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