diff --git a/scala-package/README.md b/scala-package/README.md
index 3859e5f32240..be0fc41a5fe4 100644
--- a/scala-package/README.md
+++ b/scala-package/README.md
@@ -84,7 +84,7 @@ Also, add the dependency which corresponds to your platform to the ```dependenci
org.apache.mxnet
mxnet-full_2.11-linux-x86_64-gpu
- [1.5.0,)
+ [1.5.0-SNAPSHOT,)
```
@@ -96,7 +96,7 @@ Also, add the dependency which corresponds to your platform to the ```dependenci
org.apache.mxnet
mxnet-full_2.11-linux-x86_64-cpu
- [1.5.0,)
+ [1.5.0-SNAPSHOT,)
```
@@ -107,11 +107,11 @@ Also, add the dependency which corresponds to your platform to the ```dependenci
org.apache.mxnet
mxnet-full_2.11-osx-x86_64-cpu
- [1.5.0,)
+ [1.5.0-SNAPSHOT,)
```
-**Note:** ```[1.5.0,)<\version>``` indicates that we will fetch packages with version 1.5.0 or higher. This will always ensure that the pom.xml is able to fetch the latest and greatest jar files from Maven Snapshot repository.
+**Note:** ```[1.5.0-SNAPSHOT,)``` indicates that we will fetch packages with version 1.5.0 or higher. This will always ensure that the pom.xml is able to fetch the latest and greatest jar files from Maven Snapshot repository.
Build From Source
-----------------