diff --git a/HtmlMountPoint/build.sbt b/HtmlMountPoint/build.sbt
index cec7210..1d028b0 100644
--- a/HtmlMountPoint/build.sbt
+++ b/HtmlMountPoint/build.sbt
@@ -16,11 +16,3 @@ libraryDependencies += {
"org.scala-js" %%% "scalajs-dom" % "1.2.0"
}
}
-
-webpack / version := {
- if (VersionNumber(scalaJSVersion).matchesSemVer(SemanticSelector("<1"))) {
- "3.12.0"
- } else {
- "5.98.0"
- }
-}
diff --git a/ReactToBindingHtml/build.sbt b/ReactToBindingHtml/build.sbt
index 4904449..ecba60a 100644
--- a/ReactToBindingHtml/build.sbt
+++ b/ReactToBindingHtml/build.sbt
@@ -67,11 +67,3 @@ libraryDependencies ++= PartialFunction.condOpt(
"org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full
)
}
-
-webpack / version := {
- if (VersionNumber(scalaJSVersion).matchesSemVer(SemanticSelector("<1"))) {
- "3.12.0"
- } else {
- "5.98.0"
- }
-}
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 99eb523..b1b05da 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,4 +1,4 @@
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")
diff --git a/project/sbt-best-practice.sbt b/project/sbt-best-practice.sbt
index ff7f572..4618f6f 100644
--- a/project/sbt-best-practice.sbt
+++ b/project/sbt-best-practice.sbt
@@ -1,3 +1,3 @@
addSbtPlugin(
- "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1"
+ "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1+28-14d7259e"
)