Skip to content

Commit 3669c24

Browse files
authored
Merge pull request #1777 from ProductiveRage/patch-1
2 parents 09800c4 + 88a636c commit 3669c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_getting-started/intellij-track/building-a-scala-project-with-intellij-and-sbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ but here's a glance at what everything is for:
5555
=> `main`
5656
1. Right-click `scala` and select **New** => **Package**
5757
1. Name the package `example` and click **OK** (or just press the Enter or Return key).
58-
1. Right-click the package `example` and select **New** => **Scala class**.
58+
1. Right-click the package `example` and select **New** => **Scala class** (if you don't see this option, right-click the `SbtExampleProject`, click **Add Frameworks Support**, select **Scala** and proceed)
5959
1. Name the class `Main` and change the **Kind** to `Object`.
6060
1. Change the code in the class to the following:
6161

0 commit comments

Comments
 (0)