diff --git a/build.sbt b/build.sbt index d42f3c5e3..27738322f 100644 --- a/build.sbt +++ b/build.sbt @@ -13,6 +13,7 @@ ThisBuild / version := { } ThisBuild / scalafmtOnCompile := !(Global / insideCI).value ThisBuild / Test / scalafmtOnCompile := !(Global / insideCI).value +ThisBuild / turbo := true // ThisBuild settings take lower precedence, // but can be shared across the multi projects.