From bad236e27920ea1d63cdbb8b58a062ffb30df187 Mon Sep 17 00:00:00 2001 From: Felix Bruckmeier Date: Sat, 4 Jan 2020 21:15:10 +0100 Subject: [PATCH] Update sbt to 1.3.6 --- build.sbt | 3 +++ project/build.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fa5fbd3..69450c5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,8 @@ import sbt.Keys.licenses +Global / onChangedBuildSource := ReloadOnSourceChanges +ThisBuild / turbo := true + lazy val globalSettings = Seq( organization := "com.alessandromarrella", name := "fs2-elastic", diff --git a/project/build.properties b/project/build.properties index 16eecf5..3913aa8 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.1.6 \ No newline at end of file +sbt.version = 1.3.6 \ No newline at end of file