Skip to content

Commit c8cf12f

Browse files
authored
Merge pull request #883 from RobvH/patch-1
Update building-a-scala-project-with-intellij-and-sbt.md
2 parents 6162343 + e9e2270 commit c8cf12f

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
@@ -74,7 +74,7 @@ to see if sbt can run your project on the command line.
7474
when you save changes to a file in the project.
7575
1. Click **OK**.
7676
1. On the **Run** menu. Click **Run 'Run the program'**.
77-
1. In the code, change `currentYear - 1` to `currentYear - 2`
77+
1. In the code, change `75` to `61`
7878
and look at the updated output in the console.
7979

8080
## Adding a dependency

0 commit comments

Comments
 (0)