From 561a63e7378e7d1ed7eafad906400c40764cefb2 Mon Sep 17 00:00:00 2001 From: Rik Date: Thu, 30 Jan 2020 20:22:14 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03a454ce..bae946a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ # How to build project 1. Clone this project; 1. Go to root of project; -1. Run task `sbt updateIdea` from the shell; +1. Run task `sbt updateIntellij` from the shell; 1. Install/enable the following plugins in IntelliJ: Plugin Devkit, Grammar-Kit and PsiViewer; 1. Import this project as an sbt project in IntelliJ; 1. Be sure `JVM SDK` inside `Languages & Frameworks`>`Scala Compiler Server` is set to `1.8`, since the Scala compiler version (2.13.0) which this plugin is currently using is not compatible with Java 7 or lower, Java 9 is not yet supported;