Skip to content

Commit b6d0dfa

Browse files
committed
debug
1 parent 6e52dce commit b6d0dfa

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
@@ -95,7 +95,7 @@ final case class SbtCommunityProject(
9595
)
9696

9797
private val baseCommand =
98-
"clean; set logLevel in Global := Level.Error; set updateOptions in Global ~= (_.withLatestSnapshots(false)); "
98+
"clean; set updateOptions in Global ~= (_.withLatestSnapshots(false)); "
9999
++ s"""set dependencyOverrides in ThisBuild ++= ${dependencyOverrides.mkString("Seq(", ", ", ")")}; """
100100
++ s"++$compilerVersion!; "
101101

0 commit comments

Comments
 (0)