Skip to content

Commit

Permalink
Merge pull request #4 from circe/topic/publish-settings
Browse files Browse the repository at this point in the history
Add publication settings to root project
  • Loading branch information
travisbrown authored Sep 26, 2018
2 parents ab79854 + e3886b8 commit 901ac8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ val allSettings = baseSettings ++ publishSettings

val docMappingsApiDir = settingKey[String]("Subdirectory in site target directory for API docs")

val root = project.in(file(".")).settings(noPublishSettings).aggregate(opticsJVM, opticsJS)
val root = project.in(file("."))
.settings(allSettings)
.settings(noPublishSettings)
.aggregate(opticsJVM, opticsJS)

lazy val optics = crossProject(JSPlatform, JVMPlatform)
.withoutSuffixFor(JVMPlatform)
Expand Down

0 comments on commit 901ac8e

Please sign in to comment.