Skip to content

Commit fbad60c

Browse files
authored
Update circe-generic, circe-parser to 0.14.14
1 parent 5ab50dc commit fbad60c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/ProjectPlugin.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ object ProjectPlugin extends AutoPlugin {
6161

6262
lazy val examplesSettings = Seq(
6363
libraryDependencies ++= Seq(
64-
"io.circe" %% "circe-generic" % "0.14.13",
64+
"io.circe" %% "circe-generic" % "0.14.14",
6565
"org.tpolecat" %% "doobie-core" % "1.0.0-RC9",
6666
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC9",
6767
"org.tpolecat" %% "atto-core" % "0.9.5",
6868
"org.http4s" %% "http4s-blaze-client" % "0.23.17",
6969
"org.http4s" %% "http4s-circe" % "0.23.30",
7070
"redis.clients" % "jedis" % "6.0.0",
71-
"io.circe" %% "circe-parser" % "0.14.13" % Test,
71+
"io.circe" %% "circe-parser" % "0.14.14" % Test,
7272
"org.slf4j" % "slf4j-simple" % "2.0.17" % Test
7373
)
7474
) ++ commonCrossDependencies

0 commit comments

Comments
 (0)