From 76c2e018860c4484017461f13b6e0f9396f78797 Mon Sep 17 00:00:00 2001 From: Pierre Ricadat Date: Wed, 9 Oct 2019 10:28:24 +0900 Subject: [PATCH] Fix release --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 32392f4f4..2a189a2a7 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)