Skip to content

Commit 05009e8

Browse files
Update circe-core, circe-parser to 0.14.13 (#1267)
1 parent dc7e6bf commit 05009e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 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.5", "2.13.16", "2.12.20"),
215215
libraryDependencies ++= Seq(
216-
"io.circe" %%% "circe-core" % "0.14.12",
217-
"io.circe" %%% "circe-parser" % "0.14.12" % Test,
216+
"io.circe" %%% "circe-core" % "0.14.13",
217+
"io.circe" %%% "circe-parser" % "0.14.13" % Test,
218218
"org.scalatestplus" %%% "scalacheck-1-18" % "3.2.19.0" % Test,
219219
"org.scalatest" %%% "scalatest" % "3.2.19" % Test
220220
)

0 commit comments

Comments
 (0)