Skip to content

Commit 08cf5bc

Browse files
committed
2.13.12 followup
1 parent 58215d2 commit 08cf5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_overviews/FAQ/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,14 +316,14 @@ setting in a multi-project build.
316316

317317
For example, if you add this to your `build.sbt`:
318318

319-
scalaVersion := "2.13.11"
319+
scalaVersion := "2.13.12"
320320

321321
that's a "bare" setting, and you might expect it to apply build-wide.
322322
But it doesn't. _It only applies to the root project._
323323

324324
In many cases one should instead write:
325325

326-
ThisBuild / scalaVersion := "2.13.11"
326+
ThisBuild / scalaVersion := "2.13.12"
327327

328328
Other possibilities include:
329329

0 commit comments

Comments
 (0)