Skip to content

Commit 62ef34a

Browse files
committed
Revert warn back to error
1 parent 9ec54ae commit 62ef34a

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
@@ -118,7 +118,7 @@ final case class SbtCommunityProject(
118118
scalacOptions.map("\"" + _ + "\"").mkString("List(", ",", ")")
119119

120120
private val baseCommand =
121-
"clean; set Global/logLevel := Level.Warn; set Global/updateOptions ~= (_.withLatestSnapshots(false)); "
121+
"clean; set Global/logLevel := Level.Error; set Global/updateOptions ~= (_.withLatestSnapshots(false)); "
122122
++ (if scalacOptions.isEmpty then "" else s"""set Global/scalacOptions ++= $scalacOptionsString;""")
123123
++ s"++$compilerVersion!; "
124124

0 commit comments

Comments
 (0)