-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enry-java: Add instructions to include enry-java as a dependency. #122
enry-java: Add instructions to include enry-java as a dependency. #122
Conversation
Signed-off-by: Alfredo Beaumont <alfredo.beaumont@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #122 +/- ##
=======================================
Coverage 83.72% 83.72%
=======================================
Files 17 17
Lines 983 983
=======================================
Hits 823 823
Misses 98 98
Partials 62 62 Continue to review full report at Codecov.
|
java/README.md
Outdated
<dependency> | ||
<groupId>tech.sourced</groupId> | ||
<artifactId>enry-java</artifactId> | ||
<version>1.0.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe you should put ${enry_version} or something like that here, to avoid the need of change the readme on every new release.
java/README.md
Outdated
### Scala SBT | ||
|
||
```scala | ||
libraryDependencies += "tech.sourced" % "enry-java" % "1.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same here but using enryVersion
value
Signed-off-by: Alfredo Beaumont <alfredo.beaumont@gmail.com>
@ajnavarro changed! |
Signed-off-by: Alfredo Beaumont alfredo.beaumont@gmail.com