Version 1.0.1
This commit is contained in:
parent
b5cfb1ddff
commit
4a8bc25409
5 changed files with 9 additions and 14 deletions
|
@ -1,8 +1,9 @@
|
|||
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://kotlinlang.org/)
|
||||
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/bitly-shorten/)
|
||||
[](https://github.com/ethauvin/bitly-shorten/releases/latest)
|
||||
[](https://central.sonatype.com/artifact/net.thauvin.erik/bitly-shorten)
|
||||
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/bitly-shorten/)
|
||||
|
||||
|
||||
[](https://sonarcloud.io/dashboard?id=ethauvin_bitly-shorten)
|
||||
[](https://github.com/ethauvin/bitly-shorten/actions/workflows/bld.yml)
|
||||
|
@ -61,7 +62,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:bitly-shorten:1.0.0"));
|
||||
.include(dependency("net.thauvin.erik:bitly-shorten:1.0.1"));
|
||||
```
|
||||
Be sure to use the [bld Kotlin extension](https://github.com/rife2/bld-kotlin) in your project.
|
||||
|
||||
|
@ -76,7 +77,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:bitly-shorten:1.0.0")
|
||||
implementation("net.thauvin.erik:bitly-shorten:1.0.1")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue