We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab50dc commit fbad60cCopy full SHA for fbad60c
1 file changed
project/ProjectPlugin.scala
@@ -61,14 +61,14 @@ object ProjectPlugin extends AutoPlugin {
61
62
lazy val examplesSettings = Seq(
63
libraryDependencies ++= Seq(
64
- "io.circe" %% "circe-generic" % "0.14.13",
+ "io.circe" %% "circe-generic" % "0.14.14",
65
"org.tpolecat" %% "doobie-core" % "1.0.0-RC9",
66
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC9",
67
"org.tpolecat" %% "atto-core" % "0.9.5",
68
"org.http4s" %% "http4s-blaze-client" % "0.23.17",
69
"org.http4s" %% "http4s-circe" % "0.23.30",
70
"redis.clients" % "jedis" % "6.0.0",
71
- "io.circe" %% "circe-parser" % "0.14.13" % Test,
+ "io.circe" %% "circe-parser" % "0.14.14" % Test,
72
"org.slf4j" % "slf4j-simple" % "2.0.17" % Test
73
)
74
) ++ commonCrossDependencies
0 commit comments