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 6e52dce commit b6d0dfaCopy full SHA for b6d0dfa
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -95,7 +95,7 @@ final case class SbtCommunityProject(
95
)
96
97
private val baseCommand =
98
- "clean; set logLevel in Global := Level.Error; set updateOptions in Global ~= (_.withLatestSnapshots(false)); "
+ "clean; set updateOptions in Global ~= (_.withLatestSnapshots(false)); "
99
++ s"""set dependencyOverrides in ThisBuild ++= ${dependencyOverrides.mkString("Seq(", ", ", ")")}; """
100
++ s"++$compilerVersion!; "
101
0 commit comments