diff --git a/getting-started-intellij-track/building-a-scala-project-with-intellij-and-sbt.md b/getting-started-intellij-track/building-a-scala-project-with-intellij-and-sbt.md index 287b155147..1fe7a6098d 100644 --- a/getting-started-intellij-track/building-a-scala-project-with-intellij-and-sbt.md +++ b/getting-started-intellij-track/building-a-scala-project-with-intellij-and-sbt.md @@ -74,7 +74,7 @@ to see if sbt can run your project on the command line. when you save changes to a file in the project. 1. Click **OK**. 1. On the **Run** menu. Click **Run 'Run the program'**. -1. In the code, change `currentYear - 1` to `currentYear - 2` +1. In the code, change `75` to `61` and look at the updated output in the console. ## Adding a dependency