Skip to content

Commit

Permalink
Update munit to 1.0.1 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 6, 2024
1 parent 04986af commit 353d6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ ThisBuild / libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) =>
Seq(
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit" % "1.0.1" % Test,
"org.scala-lang" % "scala-reflect" % scalaVersion.value
)
case _ =>
Seq("org.scalameta" %% "munit" % "1.0.0" % Test)
Seq("org.scalameta" %% "munit" % "1.0.1" % Test)
}
}

Expand Down

0 comments on commit 353d6e3

Please sign in to comment.