Skip to content

Commit

Permalink
Merge pull request #247 from scala-steward/update/munit-1.0.0-M11
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M11
  • Loading branch information
Philippus committed Feb 29, 2024
2 parents 6b54e5f + dc1daf6 commit 0b53676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -28,7 +28,7 @@ scalaVersion := crossScalaVersions.value.head
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-wordspec" % "3.2.17" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.17" % Test,
"org.scalameta" %% "munit" % "1.0.0-M10" % Test,
"org.scalameta" %% "munit" % "1.0.0-M11" % Test,
)

scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings") ++ (
Expand Down

0 comments on commit 0b53676

Please sign in to comment.