Skip to content

Commit

Permalink
Update discipline-munit to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 23, 2024
1 parent 046e438 commit d4db093
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 @@ -74,7 +74,7 @@ lazy val `fake-ec2-metadata-service` = project
"eu.timepit" %% "refined-scalacheck" % "0.11.1" % Test,
"org.typelevel" %% "cats-testkit" % "2.10.0" % Test,
"org.typelevel" %% "cats-laws" % "2.10.0" % Test,
"org.typelevel" %% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %% "discipline-munit" % "2.0.0" % Test,
),
dockerUsername := Option("bpholt"),
dockerBaseImage := "eclipse-temurin:17",
Expand Down

0 comments on commit d4db093

Please sign in to comment.