From b2ac7ab0d0caa51766493033b0b4eb85f554302d Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 05:15:07 +0000 Subject: [PATCH 1/2] Update http4s-dsl to 0.23.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eeb0c86a..5adc7a27 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ lazy val `sbt-github` = module .settings(scriptedLaunchOpts += s"-Dplugin.version=${version.value}") .settings(libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.6.0") .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.0.1" % Test) - .settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.27" % Test) + .settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.28" % Test) .settings(libraryDependencies += "org.http4s" %% "http4s-blaze-server" % "0.23.16" % Test) lazy val `sbt-github-mdoc` = module From fc0324733d49012f41520d962bf50feb7908402f Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 05:15:07 +0000 Subject: [PATCH 2/2] Update munit to 1.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5adc7a27..8f9a635a 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val `sbt-github` = module .enablePlugins(SbtPlugin) .settings(scriptedLaunchOpts += s"-Dplugin.version=${version.value}") .settings(libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.6.0") - .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.0.1" % Test) + .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test) .settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.28" % Test) .settings(libraryDependencies += "org.http4s" %% "http4s-blaze-server" % "0.23.16" % Test)