From 92ba9304b07314da82cb85c4557db9730b3f014d Mon Sep 17 00:00:00 2001 From: Jacek Kunicki Date: Thu, 28 Sep 2023 11:06:49 +0200 Subject: [PATCH] Update IntelliJ importing readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb3a4275ff..11b61e54e7 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ To verify that the code snippet in docs compile, run `compileDocumentation`. A f ### Importing into IntelliJ -By default, when importing to IntelliJ, only the Scala 2.13/JVM subprojects will be imported. This is controlled by the `ideSkipProject` setting in `build.sbt` (inside `commonSettings`). +By default, when importing to IntelliJ, only the Scala 3/JVM subprojects will be imported. This is controlled by the `ideSkipProject` setting in `build.sbt` (inside `commonSettings`). If you'd like to work on a different platform or Scala version, simply change this setting temporarily so that the correct subprojects are imported. For example: