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 58215d2 commit 08cf5bcCopy full SHA for 08cf5bc
_overviews/FAQ/index.md
@@ -316,14 +316,14 @@ setting in a multi-project build.
316
317
For example, if you add this to your `build.sbt`:
318
319
- scalaVersion := "2.13.11"
+ scalaVersion := "2.13.12"
320
321
that's a "bare" setting, and you might expect it to apply build-wide.
322
But it doesn't. _It only applies to the root project._
323
324
In many cases one should instead write:
325
326
- ThisBuild / scalaVersion := "2.13.11"
+ ThisBuild / scalaVersion := "2.13.12"
327
328
Other possibilities include:
329
0 commit comments