Skip to content

Commit e9f10f0

Browse files
committed
increase version of munit
1 parent 0565404 commit e9f10f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val root = project
1111

1212

1313
libraryDependencies ++= Seq(
14-
"org.scalameta" %%% "munit" % "1.0.4" % Test,
14+
"org.scalameta" %%% "munit" % "1.1.1" % Test,
1515
"org.scala-js" %%% "scalajs-dom" % "2.8.0")
1616
)
1717

0 commit comments

Comments
 (0)