Skip to content

Commit

Permalink
Merge pull request #527 from alejandrohdezma/update/all
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
github-actions[bot] authored Sep 15, 2024
2 parents 53fc9a0 + fc03247 commit 1a7b74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a7b74c

Please sign in to comment.