Skip to content

Commit

Permalink
Merge pull request #148 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
Philippus authored May 23, 2024
2 parents 7ed13e5 + 2c12738 commit b50d0e3
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.1",
scalacOptions ++= Seq("-deprecation"),
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0" % Test
)

0 comments on commit b50d0e3

Please sign in to comment.