File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ lazy val Version = "1.4.0"
22lazy val Name = " introprog"
33lazy val scala3 = " 3.3.3"
44
5+ Global / onChangedBuildSource := ReloadOnSourceChanges
6+
57// to avoid strange warnings, these lines with excludeLintKeys are needed:
68Global / excludeLintKeys += ThisBuild / Compile / console / fork
79
@@ -10,13 +12,15 @@ lazy val introprog = (project in file("."))
1012 name := Name ,
1113 version := Version ,
1214 scalaVersion := scala3,
15+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29" % Test ,
1316 )
1417
1518ThisBuild / Compile / console / fork := true
1619
1720// https://github.com/scalacenter/sbt-version-policy
1821ThisBuild / versionScheme := Some (" early-semver" )
1922ThisBuild / versionPolicyIntention := Compatibility .None
23+ // ThisBuild / versionPolicyIntention := Compatibility.None
2024// ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
2125// ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible
2226// In the sbt shell check version using:
You can’t perform that action at this time.
0 commit comments