Skip to content

Commit

Permalink
Merge pull request #179 from typelevel/update/munit-1.0.4
Browse files Browse the repository at this point in the history
Update munit to 1.0.4
  • Loading branch information
mpilquist authored Jan 12, 2025
2 parents d57c3ce + 762283a commit 38bd8e0
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.2" % Test,
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.4" % Test,
libraryDependencies ++= {
if (tlIsScala3.value) Nil else List("org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided)
}
Expand Down

0 comments on commit 38bd8e0

Please sign in to comment.