@@ -213,8 +213,8 @@ lazy val `jsoniter-scala-circe` = crossProject(JVMPlatform, JSPlatform, NativePl
213213 .settings(
214214 crossScalaVersions := Seq (" 3.3.5" , " 2.13.16" , " 2.12.20" ),
215215 libraryDependencies ++= Seq (
216- " io.circe" %%% " circe-core" % " 0.14.10 " ,
217- " io.circe" %%% " circe-parser" % " 0.14.10 " % Test ,
216+ " io.circe" %%% " circe-core" % " 0.14.12 " ,
217+ " io.circe" %%% " circe-parser" % " 0.14.12 " % Test ,
218218 " org.scalatestplus" %%% " scalacheck-1-18" % " 3.2.19.0" % Test ,
219219 " org.scalatest" %%% " scalatest" % " 3.2.19" % Test
220220 )
@@ -245,8 +245,8 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
245245 " org.playframework" %%% " play-json" % " 3.0.4" ,
246246 " dev.zio" %%% " zio-json" % " 0.7.39" ,
247247 " dev.zio" %%% " zio-schema-json" % " 1.6.5" ,
248- " io.circe" %%% " circe-generic" % " 0.14.10 " ,
249- " io.circe" %%% " circe-jawn" % " 0.14.10 " ,
248+ " io.circe" %%% " circe-generic" % " 0.14.12 " ,
249+ " io.circe" %%% " circe-jawn" % " 0.14.12 " ,
250250 " com.lihaoyi" %%% " upickle" % " 4.1.0" ,
251251 " com.rallyhealth" %% " weepickle-v1" % " 1.9.1" ,
252252 " io.spray" %% " spray-json" % " 1.3.6" ,
0 commit comments