Skip to content

Commit 6a51513

Browse files
Update munit to 1.0.2 (#153)
1 parent 7dd3891 commit 6a51513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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.5.0",
88
scalacOptions ++= Seq("-deprecation"),
9-
libraryDependencies += "org.scalameta" %% "munit" % "1.0.1" % Test
9+
libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test
1010
)

0 commit comments

Comments
 (0)