Skip to content

Commit

Permalink
Update circe-generic, circe-parser to 0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Oct 23, 2024
1 parent 8b5bd6a commit e5458fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ object ProjectPlugin extends AutoPlugin {

lazy val examplesSettings = Seq(
libraryDependencies ++= Seq(
"io.circe" %% "circe-generic" % "0.14.9",
"io.circe" %% "circe-generic" % "0.14.10",
"org.tpolecat" %% "doobie-core" % "1.0.0-RC5",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC5",
"org.tpolecat" %% "atto-core" % "0.9.5",
"org.http4s" %% "http4s-blaze-client" % "0.23.16",
"org.http4s" %% "http4s-circe" % "0.23.27",
"redis.clients" % "jedis" % "5.1.4",
"io.circe" %% "circe-parser" % "0.14.9" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test
"io.circe" %% "circe-parser" % "0.14.10" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test
)
) ++ commonCrossDependencies
}
Expand Down

0 comments on commit e5458fd

Please sign in to comment.