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
113
113
.in(file(" core" ))
114
114
.settings(
115
115
name := " scala-js-macrotask-executor" ,
116
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29" % Test ,
116
+ libraryDependencies += " org.scalameta" %%% " munit" % " 0.7.29" % Test ,
117
117
)
118
118
.enablePlugins(ScalaJSPlugin )
119
119
@@ -126,7 +126,7 @@ lazy val webworker = project
126
126
scalaJSUseMainModuleInitializer := true ,
127
127
libraryDependencies ++= Seq (
128
128
(" 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 ,
130
130
),
131
131
(Test / test) := (Test / test).dependsOn(Compile / fastOptJS).value,
132
132
buildInfoKeys := Seq [BuildInfoKey ](scalaVersion, baseDirectory),
You can’t perform that action at this time.
0 commit comments