File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ lazy val core = project
113113 .in(file(" core" ))
114114 .settings(
115115 name := " scala-js-macrotask-executor" ,
116- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29" % Test ,
116+ libraryDependencies += " org.scalameta" %%% " munit" % " 0.7.29" % Test ,
117117 )
118118 .enablePlugins(ScalaJSPlugin )
119119
@@ -126,7 +126,7 @@ lazy val webworker = project
126126 scalaJSUseMainModuleInitializer := true ,
127127 libraryDependencies ++= Seq (
128128 (" org.scala-js" %%% " scalajs-dom" % " 1.2.0" ).cross(CrossVersion .for3Use2_13),
129- " org.scalameta" %% " munit" % " 0.7.29" % Test ,
129+ " org.scalameta" %%% " munit" % " 0.7.29" % Test ,
130130 ),
131131 (Test / test) := (Test / test).dependsOn(Compile / fastOptJS).value,
132132 buildInfoKeys := Seq [BuildInfoKey ](scalaVersion, baseDirectory),
You can’t perform that action at this time.
0 commit comments