Skip to content

Commit

Permalink
Merge pull request #114 from scala-steward/update/munit-1.0.0
Browse files Browse the repository at this point in the history
Update munit to 1.0.0
  • Loading branch information
mergify[bot] authored May 23, 2024
2 parents 2f85940 + 2e1a5cf commit 668415a
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 668415a

Please sign in to comment.