Skip to content

Commit

Permalink
Merge pull request #117 from scala-steward/update/munit-1.0.2
Browse files Browse the repository at this point in the history
Update munit to 1.0.2
  • Loading branch information
mergify[bot] authored Sep 14, 2024
2 parents 367cb54 + 7d39c8a commit df5056c
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.1" % Test,
libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test,
testFrameworks += new TestFramework("munit.Framework")
)

0 comments on commit df5056c

Please sign in to comment.