Skip to content

Commit

Permalink
Update munit to 1.0.0-M11
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Feb 2, 2024
1 parent d2c8a83 commit dde26ee
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 @@ -27,7 +27,7 @@ lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "tests",
scalacOptions := scalacOptions.value.filterNot(_ == "-source:3.0-migration"),
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10" % Test,
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M11" % Test,
libraryDependencies ++= {
if (tlIsScala3.value) Nil else List("org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided)
}
Expand Down

0 comments on commit dde26ee

Please sign in to comment.