Skip to content

Commit 71cbc29

Browse files
committed
Update circe-core and circe-parser to 0.14.15
1 parent ebe3253 commit 71cbc29

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
@@ -275,8 +275,8 @@ lazy val `jsoniter-scala-circe` = crossProject(JVMPlatform, JSPlatform, NativePl
275275
)
276276
}),
277277
libraryDependencies ++= Seq(
278-
"io.circe" %%% "circe-core" % "0.14.14",
279-
"io.circe" %%% "circe-parser" % "0.14.14" % Test,
278+
"io.circe" %%% "circe-core" % "0.14.15",
279+
"io.circe" %%% "circe-parser" % "0.14.15" % Test,
280280
"org.scalatestplus" %%% "scalacheck-1-18" % "3.2.19.0" % Test,
281281
"org.scalatest" %%% "scalatest" % "3.2.19" % Test
282282
)

0 commit comments

Comments
 (0)