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
scala-steward committed May 23, 2024
1 parent 2f85940 commit 2e1a5cf
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" % "0.7.29" % Test,
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0" % Test,
testFrameworks += new TestFramework("munit.Framework")
)

0 comments on commit 2e1a5cf

Please sign in to comment.