@@ -213,8 +213,8 @@ lazy val `jsoniter-scala-circe` = crossProject(JVMPlatform, JSPlatform, NativePl
213
213
.settings(
214
214
crossScalaVersions := Seq (" 3.3.5" , " 2.13.16" , " 2.12.20" ),
215
215
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 ,
218
218
" org.scalatestplus" %%% " scalacheck-1-18" % " 3.2.19.0" % Test ,
219
219
" org.scalatest" %%% " scalatest" % " 3.2.19" % Test
220
220
)
@@ -245,8 +245,8 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
245
245
" org.playframework" %%% " play-json" % " 3.0.4" ,
246
246
" dev.zio" %%% " zio-json" % " 0.7.39" ,
247
247
" 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 " ,
250
250
" com.lihaoyi" %%% " upickle" % " 4.1.0" ,
251
251
" com.rallyhealth" %% " weepickle-v1" % " 1.9.1" ,
252
252
" io.spray" %% " spray-json" % " 1.3.6" ,
0 commit comments