Skip to content

Commit e7fdee9

Browse files
committed
build.sbt: Add ReloadOnSourceChanges
This setting reduces the need to remember to manually reload sbt after editing files which affect the build itself: build.sbt, project/*.[sbt, scala], etc.
1 parent 02c7fe4 commit e7fdee9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ homepage := Some(url("https://github.com/scala-native/scala-native-loop"))
22
licenses := Seq(
33
"Apache 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
44
)
5+
6+
Global / onChangedBuildSource := ReloadOnSourceChanges
7+
58
publishMavenStyle := true
69
Test / publishArtifact := false
710
pomIncludeRepository := { _ => false }

0 commit comments

Comments
 (0)