From 3fea17c2787d147b5aedb576c10d22ff97855eea Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 28 Oct 2022 16:37:38 +0200 Subject: [PATCH] Enable reload on change --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 23937769e..17c4dedc3 100644 --- a/build.sbt +++ b/build.sbt @@ -300,3 +300,4 @@ lazy val `sbt-coursier-root` = project (publish / skip) := true ) +Global / onChangedBuildSource := ReloadOnSourceChanges