From af75d9cc5e0f918a1a844378d3260cf6707e3e0c Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:14:11 +0000 Subject: [PATCH 1/3] Update circe-parser to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index da0bdf1..25429bd 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.8") + .settings(libraryDependencies += "io.circe" %% "circe-parser" % "0.14.9") .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 0bdf3e8bee7259af804448cd65fab86cb1a8426f Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:14:11 +0000 Subject: [PATCH 2/3] Update sbt to 1.10.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index b485f62..cb409aa 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 \ No newline at end of file +sbt.version=1.10.1 \ No newline at end of file From 1c34ea266316fd199bac3d472ee733726894afd7 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:14:11 +0000 Subject: [PATCH 3/3] Update sbt-mdoc to 2.5.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3d32d38..bb4ea3b 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.3") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")