Skip to content

Commit

Permalink
Merge pull request #150 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
Philippus authored Aug 17, 2024
2 parents 9ea2eb0 + 319d6ae commit de2d266
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 @@ -6,5 +6,5 @@ lazy val root = project
version := "0.1.0",
scalaVersion := "3.4.2",
scalacOptions ++= Seq("-deprecation"),
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0" % Test
libraryDependencies += "org.scalameta" %% "munit" % "1.0.1" % Test
)

0 comments on commit de2d266

Please sign in to comment.