diff --git a/build.sbt b/build.sbt index 0feff5b..f3ed97b 100644 --- a/build.sbt +++ b/build.sbt @@ -96,7 +96,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) .nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.7.0", "2.13" -> "4.7.0", "3" -> "4.7.0")) .dependsOn(core, testkit % Test) -val circeVersion = "0.14.15" +val circeVersion = "0.14.16" lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform) .crossType(CrossType.Full) .in(file("circe"))