diff --git a/build.sbt b/build.sbt index 3ccda35..11f17e7 100644 --- a/build.sbt +++ b/build.sbt @@ -22,6 +22,7 @@ val commonSettings = Seq( "-Ycache-plugin-class-loader:last-modified", "-Ycache-macro-class-loader:last-modified", ), + webpack / version := "5.75.0" ) val commonJSSettings = Seq(