mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
docs: Replace enry-java version literal by a variable.
Signed-off-by: Alfredo Beaumont <alfredo.beaumont@gmail.com>
This commit is contained in:
parent
e2a58f0984
commit
f710460ae4
@ -13,14 +13,14 @@ for other systems just look at maven central's dependency information.
|
||||
<dependency>
|
||||
<groupId>tech.sourced</groupId>
|
||||
<artifactId>enry-java</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>${enry_version}</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
### Scala SBT
|
||||
|
||||
```scala
|
||||
libraryDependencies += "tech.sourced" % "enry-java" % "1.0.0"
|
||||
libraryDependencies += "tech.sourced" % "enry-java" % enryVersion
|
||||
```
|
||||
|
||||
## Build
|
||||
|
Loading…
Reference in New Issue
Block a user