Skip to content

Commit

Permalink
build: Fix microsite generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjanecek committed Nov 20, 2020
1 parent 4b75a4e commit 12c8140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ lazy val site = project
fs2Kafka,
http4sClientBlazePureConfig,
http4sClientMonixCatnap,
lettucePureConfig,
monixCatnapPureConfig,
micrometerJmxPureConfig,
sentry,
Expand Down
1 change: 1 addition & 0 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ object BuildSettings {
lazy val common: Seq[Def.Setting[_]] = Seq(
Global / onChangedBuildSource := ReloadOnSourceChanges,
Global / cancelable := true,
Global / excludeLintKeys += fork,
turbo := true,
organization := "com.avast",
organizationName := "Avast",
Expand Down

0 comments on commit 12c8140

Please sign in to comment.