diff --git a/community-build/src/scala/dotty/communitybuild/projects.scala b/community-build/src/scala/dotty/communitybuild/projects.scala index 81f0072d113a..6cf13b5a2b3e 100644 --- a/community-build/src/scala/dotty/communitybuild/projects.scala +++ b/community-build/src/scala/dotty/communitybuild/projects.scala @@ -150,7 +150,7 @@ final case class SbtCommunityProject( ) private val baseCommand = - "clean; set updateOptions in Global ~= (_.withLatestSnapshots(false)); " + "clean; set logLevel in Global := Level.Error; set updateOptions in Global ~= (_.withLatestSnapshots(false)); " ++ s"""set dependencyOverrides in ThisBuild ++= ${dependencyOverrides.mkString("Seq(", ", ", ")")}; """ ++ s"++$compilerVersion!; "