From 4e1074d1754b31f85e7a96d7b96cd9b3fd16dd84 Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Sat, 31 Aug 2019 13:37:01 -0700 Subject: [PATCH] Use turbo in sbt build --- build.sbt | 1 + 1 file changed, 1 insertion(+) 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.