We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02c7fe4 + e7fdee9 commit dd95090Copy full SHA for dd95090
build.sbt
@@ -2,6 +2,9 @@ homepage := Some(url("https://github.com/scala-native/scala-native-loop"))
2
licenses := Seq(
3
"Apache 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
4
)
5
+
6
+Global / onChangedBuildSource := ReloadOnSourceChanges
7
8
publishMavenStyle := true
9
Test / publishArtifact := false
10
pomIncludeRepository := { _ => false }
0 commit comments