We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0565404 commit e9f10f0Copy full SHA for e9f10f0
1 file changed
build.sbt
@@ -11,7 +11,7 @@ lazy val root = project
11
12
13
libraryDependencies ++= Seq(
14
- "org.scalameta" %%% "munit" % "1.0.4" % Test,
+ "org.scalameta" %%% "munit" % "1.1.1" % Test,
15
"org.scala-js" %%% "scalajs-dom" % "2.8.0")
16
)
17
0 commit comments