Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ inThisBuild(
lazy val cormorant = project
.in(file("."))
.disablePlugins(MimaPlugin)
.settings(skip in publish := true)
.settings((publish / skip) := true)
.settings(commonSettings)
.aggregate(core, generic, parser, refined, fs2, http4s, docs)

Expand Down Expand Up @@ -158,7 +158,7 @@ lazy val http4s = project
lazy val docs = project
.in(file("modules"))
.disablePlugins(MimaPlugin)
.settings(skip in publish := true)
.settings((publish / skip) := true)
.settings(commonSettings)
.dependsOn(core, generic, parser, refined, fs2, http4s)
.enablePlugins(MicrositesPlugin)
Expand Down

0 comments on commit 95568c7

Please sign in to comment.