Skip to content

Commit

Permalink
Update munit to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed May 24, 2024
1 parent 20928dd commit d77bc62
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.0" % Test
) ++
(CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) =>
Expand Down

0 comments on commit d77bc62

Please sign in to comment.