diff --git a/build.sbt b/build.sbt index 32392f4f4b..2a189a2a77 100644 --- a/build.sbt +++ b/build.sbt @@ -38,6 +38,7 @@ lazy val root = project .in(file(".")) .enablePlugins(ScalaJSPlugin) .settings(skip in publish := true) + .settings(historyPath := None) .aggregate(coreJVM, coreJS, http4s) lazy val core = crossProject(JSPlatform, JVMPlatform)