Skip to content

Commit dd95090

Browse files
authored
Merge pull request #20 from LeeTibbert/PR_build_sbt_Reload_2020-04-17
build.sbt: Add ReloadOnSourceChanges
2 parents 02c7fe4 + e7fdee9 commit dd95090

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)