Skip to content

Commit

Permalink
Update munit to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma-steward[bot] committed Sep 15, 2024
1 parent b2ac7ab commit fc03247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit fc03247

Please sign in to comment.