Skip to content

Commit

Permalink
Merge pull request #117 from Dwolla/update/munit-1.1.0
Browse files Browse the repository at this point in the history
Update munit to 1.1.0
  • Loading branch information
mergify[bot] authored Jan 29, 2025
2 parents 310f1a5 + cf7ce8f commit 9b0e3f5
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 @@ -73,7 +73,7 @@ lazy val `secure-config` = (project in file("."))
"com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value,
"org.scodec" %% "scodec-bits" % "1.2.1",
"org.typelevel" %% "mouse" % "1.3.2",
"org.scalameta" %% "munit" % "1.0.4" % Test,
"org.scalameta" %% "munit" % "1.1.0" % Test,
"org.http4s" %% "http4s-ember-client" % "0.23.30" % Test,
)
},
Expand Down

0 comments on commit 9b0e3f5

Please sign in to comment.