From 86617d528fc41a8761c62cc7714e22af1fe83c08 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:14:02 +0000 Subject: [PATCH 1/2] Update circe-parser to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d16a3d3..da0bdf1 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ lazy val `http4s-munit` = module .settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.27") .settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.27" % Optional) .settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0") - .settings(libraryDependencies += "io.circe" %% "circe-parser" % "0.14.7") + .settings(libraryDependencies += "io.circe" %% "circe-parser" % "0.14.8") .settings(libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6" % Test) .settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.27" % Test) .settings(libraryDependencies += "com.dimafeng" %% "testcontainers-scala-munit" % "0.40.16" % Test) From 6816b4bb757c445d16cd0114cf36d67687748d2f Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:14:03 +0000 Subject: [PATCH 2/2] Update sbt-mdoc to 2.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 553e004..3d32d38 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,5 +11,5 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")