Skip to content

Commit 37b35bc

Browse files
scala-stewardxuwei-k
authored andcommitted
Update munit to 1.1.0
1 parent 71b33ae commit 37b35bc

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.4" % Test
9+
libraryDependencies += "org.scalameta" %% "munit" % "1.1.0" % Test
1010
)

0 commit comments

Comments
 (0)