diff --git a/build.sbt b/build.sbt index eeb0c86a..8f9a635a 100644 --- a/build.sbt +++ b/build.sbt @@ -25,8 +25,8 @@ 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.http4s" %% "http4s-dsl" % "0.23.27" % 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) lazy val `sbt-github-mdoc` = module