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.
1 parent 9ec54ae commit 62ef34aCopy full SHA for 62ef34a
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -118,7 +118,7 @@ final case class SbtCommunityProject(
118
scalacOptions.map("\"" + _ + "\"").mkString("List(", ",", ")")
119
120
private val baseCommand =
121
- "clean; set Global/logLevel := Level.Warn; set Global/updateOptions ~= (_.withLatestSnapshots(false)); "
+ "clean; set Global/logLevel := Level.Error; set Global/updateOptions ~= (_.withLatestSnapshots(false)); "
122
++ (if scalacOptions.isEmpty then "" else s"""set Global/scalacOptions ++= $scalacOptionsString;""")
123
++ s"++$compilerVersion!; "
124
0 commit comments