File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments