Version 1.0.0
This commit is contained in:
parent
8978b56750
commit
4b4f778490
3 changed files with 4 additions and 4 deletions
|
@ -98,7 +98,7 @@ To use with [bld](https://rife2.com/bld), include the following dependency in yo
|
|||
repositories = List.of(MAVEN_CENTRAL, SONATYPE_SNAPSHOTS_LEGACY);
|
||||
|
||||
scope(compile)
|
||||
.include(dependency("net.thauvin.erik", "jokeapi", "1.0.0-SNAPSHOT"));
|
||||
.include(dependency("net.thauvin.erik", "jokeapi", "1.0.0"));
|
||||
```
|
||||
Be sure to use the [bld Kotlin extension](https://github.com/rife2/bld-kotlin) in your project.
|
||||
|
||||
|
@ -112,7 +112,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:jokeapi:1.0.0-SNAPSHOT")
|
||||
implementation("net.thauvin.erik:jokeapi:1.0.0")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue