Skip to content

Commit de2d266

Browse files
authored
Merge pull request #150 from scala-steward/update/munit-1.0.1
Update munit to 1.0.1
2 parents 9ea2eb0 + 319d6ae commit de2d266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ lazy val root = project
66
version := "0.1.0",
77
scalaVersion := "3.4.2",
88
scalacOptions ++= Seq("-deprecation"),
9-
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0" % Test
9+
libraryDependencies += "org.scalameta" %% "munit" % "1.0.1" % Test
1010
)

0 commit comments

Comments
 (0)