Skip to content

Commit

Permalink
Update munit to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Aug 14, 2024
1 parent de2fa2e commit abf9249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object dependencies extends AutoPlugin {

val literalSettings: Seq[Def.Setting[_]] = Seq(
libraryDependencies ++= Seq(
"org.scalameta" %% "munit" % "0.7.29" % Test
"org.scalameta" %% "munit" % "1.0.1" % Test
) ++
(CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) =>
Expand Down

0 comments on commit abf9249

Please sign in to comment.