We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b75a4e commit 12c8140Copy full SHA for 12c8140
build.sbt
@@ -471,6 +471,7 @@ lazy val site = project
471
fs2Kafka,
472
http4sClientBlazePureConfig,
473
http4sClientMonixCatnap,
474
+ lettucePureConfig,
475
monixCatnapPureConfig,
476
micrometerJmxPureConfig,
477
sentry,
project/BuildSettings.scala
@@ -14,6 +14,7 @@ object BuildSettings {
14
lazy val common: Seq[Def.Setting[_]] = Seq(
15
Global / onChangedBuildSource := ReloadOnSourceChanges,
16
Global / cancelable := true,
17
+ Global / excludeLintKeys += fork,
18
turbo := true,
19
organization := "com.avast",
20
organizationName := "Avast",
0 commit comments