Skip to content

Commit

Permalink
Update munit to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 3, 2024
1 parent 15609fd commit c12dccd
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 @@ -50,6 +50,6 @@ lazy val root = (project in file("."))
libraryDependencies ++= (if (scalaVersion.value == scala3) Seq()
else
Seq("com.chuusai" %% "shapeless" % "2.4.0-M1")),
libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test,
libraryDependencies += "org.scalameta" %% "munit" % "1.0.3" % Test,
testFrameworks += new TestFramework("munit.Framework")
)

0 comments on commit c12dccd

Please sign in to comment.