Skip to content

Commit

Permalink
Use version number for library dependencies in intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Docusaurus bot committed Jul 6, 2020
1 parent 2cd0373 commit f52b045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-source/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ choose
## Getting started
Add the following to your dependencies:
```
libraryDependencies += "com.github.timgent" % "spark-data-quality_2.11" % "x.x.x"
libraryDependencies += "com.github.timgent" % "spark-data-quality_2.11" % "@VERSION@"
```
For other build systems like maven, and to check the latest version go to
https://search.maven.org/artifact/com.github.timgent/spark-data-quality_2.11
Expand Down

0 comments on commit f52b045

Please sign in to comment.