Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr committed Oct 9, 2019
1 parent 66f7271 commit 76c2e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 76c2e01

Please sign in to comment.