Skip to content

Commit

Permalink
Merge pull request #257 from scala-steward/update/munit-1.0.0-RC1
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-RC1
  • Loading branch information
Philippus committed Apr 30, 2024
2 parents 71b058e + af56fd2 commit a5c47df
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.18" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % Test,
"org.scalameta" %% "munit" % "1.0.0-M11" % Test,
"org.scalameta" %% "munit" % "1.0.0-RC1" % Test,
)

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

0 comments on commit a5c47df

Please sign in to comment.