diff --git a/docs/tutorials/scala/mxnet_scala_on_intellij.md b/docs/tutorials/scala/mxnet_scala_on_intellij.md
index a0bf24e34e28..769a6b4fe506 100644
--- a/docs/tutorials/scala/mxnet_scala_on_intellij.md
+++ b/docs/tutorials/scala/mxnet_scala_on_intellij.md
@@ -135,7 +135,7 @@ mxnet
```
**ArtifactId**
```
-ArtifactId: scalaMXNet
+scalaMXNet
```
**Version**
```
@@ -211,6 +211,7 @@ The project's `pom.xml` will be open for editing.
org.apache.mxnet
mxnet-full_2.11-osx-x86_64-cpu
+ [1.3.1,)
org.scala-lang
@@ -324,7 +325,7 @@ log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss,SSS} [%t]
**Step 6.** Build the project:
- To build the project, from the menu choose Build, and then choose Build Project.
-
+* Note that if you run into ```bad option: '-make:transitive'```, please remove ```-make:transitive``` from `pom.xml` and `` from `.idea/scala_compiler`.
**Step 7.** Run the Hello World App: