Skip to content

Commit eeac833

Browse files
Update munit to 1.1.1 (scala#172)
1 parent 46e0073 commit eeac833

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

0 commit comments

Comments
 (0)