From e9e22707171f3a3039d00aff452e37ac1cfa1c21 Mon Sep 17 00:00:00 2001 From: Rob van Hoose Date: Wed, 20 Sep 2017 12:33:28 -0400 Subject: [PATCH] Update building-a-scala-project-with-intellij-and-sbt.md It appears that the code example in Running The Project had been changed but the second portion, to change the code and demonstrate SBT watcher, had not. --- .../building-a-scala-project-with-intellij-and-sbt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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