Skip to content

Commit

Permalink
Merge pull request #115 from scala-steward/update/munit-1.0.1
Browse files Browse the repository at this point in the history
Update munit to 1.0.1
  • Loading branch information
mergify[bot] authored Aug 12, 2024
2 parents 668415a + f0a3d4b commit 1b65b87
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.0" % Test,
libraryDependencies += "org.scalameta" %% "munit" % "1.0.1" % Test,
testFrameworks += new TestFramework("munit.Framework")
)

0 comments on commit 1b65b87

Please sign in to comment.