Skip to content

Commit 63eb4bf

Browse files
committed
Enable warnings in log for collecting statistics
1 parent 4ad153a commit 63eb4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ final case class SbtCommunityProject(
150150
)
151151

152152
private val baseCommand =
153-
"clean; set logLevel in Global := Level.Error; set updateOptions in Global ~= (_.withLatestSnapshots(false)); "
153+
"clean; set updateOptions in Global ~= (_.withLatestSnapshots(false)); "
154154
++ s"""set dependencyOverrides in ThisBuild ++= ${dependencyOverrides.mkString("Seq(", ", ", ")")}; """
155155
++ s"++$compilerVersion!; "
156156

0 commit comments

Comments
 (0)