Skip to content

Commit ad7f28b

Browse files
Update circe-core, circe-generic, ... to 0.14.14 (#1295)
1 parent 4f6e56d commit ad7f28b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ lazy val `jsoniter-scala-circe` = crossProject(JVMPlatform, JSPlatform, NativePl
213213
.settings(
214214
crossScalaVersions := Seq("3.3.6", "2.13.16", "2.12.20"),
215215
libraryDependencies ++= Seq(
216-
"io.circe" %%% "circe-core" % "0.14.13",
217-
"io.circe" %%% "circe-parser" % "0.14.13" % Test,
216+
"io.circe" %%% "circe-core" % "0.14.14",
217+
"io.circe" %%% "circe-parser" % "0.14.14" % 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.43",
247247
"dev.zio" %%% "zio-schema-json" % "1.7.2",
248-
"io.circe" %%% "circe-generic" % "0.14.13",
249-
"io.circe" %%% "circe-jawn" % "0.14.13",
248+
"io.circe" %%% "circe-generic" % "0.14.14",
249+
"io.circe" %%% "circe-jawn" % "0.14.14",
250250
"com.lihaoyi" %%% "upickle" % "4.2.1",
251251
"com.rallyhealth" %% "weepickle-v1" % "1.9.1",
252252
"io.spray" %% "spray-json" % "1.3.6",

0 commit comments

Comments
 (0)