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 b00e15c + 06ec843 commit 0ad0dc8Copy full SHA for 0ad0dc8
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -150,7 +150,7 @@ final case class SbtCommunityProject(
150
)
151
152
private val baseCommand =
153
- "clean; set updateOptions in Global ~= (_.withLatestSnapshots(false)); "
+ "clean; set logLevel in Global := Level.Error; set updateOptions in Global ~= (_.withLatestSnapshots(false)); "
154
++ s"""set dependencyOverrides in ThisBuild ++= ${dependencyOverrides.mkString("Seq(", ", ", ")")}; """
155
++ s"++$compilerVersion!; "
156
0 commit comments