Skip to content

Commit

Permalink
Update munit to 1.0.0-M10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and MateuszKubuszok committed Sep 17, 2023
1 parent a4f2949 commit 2badb41
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 @@ -166,7 +166,7 @@ val settings = Seq(
val dependencies = Seq(
libraryDependencies ++= Seq(
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0",
"org.scalameta" %%% "munit" % "1.0.0-M8" % "test"
"org.scalameta" %%% "munit" % "1.0.0-M10" % "test"
),
libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit 2badb41

Please sign in to comment.