Skip to content

Commit 12c8140

Browse files
committed
build: Fix microsite generation
1 parent 4b75a4e commit 12c8140

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ lazy val site = project
471471
fs2Kafka,
472472
http4sClientBlazePureConfig,
473473
http4sClientMonixCatnap,
474+
lettucePureConfig,
474475
monixCatnapPureConfig,
475476
micrometerJmxPureConfig,
476477
sentry,

project/BuildSettings.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ object BuildSettings {
1414
lazy val common: Seq[Def.Setting[_]] = Seq(
1515
Global / onChangedBuildSource := ReloadOnSourceChanges,
1616
Global / cancelable := true,
17+
Global / excludeLintKeys += fork,
1718
turbo := true,
1819
organization := "com.avast",
1920
organizationName := "Avast",

0 commit comments

Comments
 (0)