Bumped Kotlin to version 2.0.0
This commit is contained in:
parent
68b4f847bd
commit
a8855096b3
7 changed files with 26 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://kotlinlang.org/)
|
||||
[](https://kotlinlang.org/)
|
||||
[](https://rife2.com/bld)
|
||||
[](https://github.com/ethauvin/bitly-shorten/releases/latest)
|
||||
[](https://central.sonatype.com/artifact/net.thauvin.erik/bitly-shorten)
|
||||
|
@ -63,7 +63,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.1"));
|
||||
.include(dependency("net.thauvin.erik:bitly-shorten:2.0.0"));
|
||||
```
|
||||
|
||||
Be sure to use the [bld Kotlin extension](https://github.com/rife2/bld-kotlin) in your project.
|
||||
|
@ -79,7 +79,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:bitly-shorten:1.0.1")
|
||||
implementation("net.thauvin.erik:bitly-shorten:2.0.0")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue