Skip to content

Commit f697705

Browse files
authored
Update build.sbt
1 parent 4481d32 commit f697705

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

BindingHtmlToReact/build.sbt

-8
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,3 @@ libraryDependencies ++= PartialFunction.condOpt(
6767
"org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full
6868
)
6969
}
70-
71-
webpack / version := {
72-
if (VersionNumber(scalaJSVersion).matchesSemVer(SemanticSelector("<1"))) {
73-
"3.12.0"
74-
} else {
75-
"5.98.0"
76-
}
77-
}

0 commit comments

Comments
 (0)