Skip to content

Commit 71b33ae

Browse files
authored
Merge pull request #164 from scala-steward/update/munit-1.0.4
Update munit to 1.0.4
2 parents 58a00b6 + e03a7be commit 71b33ae

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.6.2",
88
scalacOptions ++= Seq("-deprecation"),
9-
libraryDependencies += "org.scalameta" %% "munit" % "1.0.3" % Test
9+
libraryDependencies += "org.scalameta" %% "munit" % "1.0.4" % Test
1010
)

0 commit comments

Comments
 (0)