We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b25cea commit 76ad797Copy full SHA for 76ad797
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -102,6 +102,7 @@ final case class SbtCommunityProject(
102
private val baseCommand =
103
"clean; set logLevel in Global := Level.Error; set updateOptions in Global ~= (_.withLatestSnapshots(false)); "
104
++ s"""set dependencyOverrides in ThisBuild ++= ${dependencyOverrides.mkString("Seq(", ", ", ")")}; """
105
+ ++ """set scalacOptions in Global += "-Ycheck-init";"""
106
++ s"++$compilerVersion!; "
107
108
override val testCommand = s"$baseCommand$sbtTestCommand"
0 commit comments