Upgraded to Kotlin 1.9.21

This commit is contained in:
Erik C. Thauvin 2023-11-23 17:53:46 -08:00
parent efc0e4954b
commit fad1d06b96
7 changed files with 30 additions and 36 deletions

View file

@ -18,7 +18,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.20</version>
<version>1.9.21</version>
<scope>compile</scope>
</dependency>
<dependency>
@ -49,7 +49,7 @@
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/ethauvin/bitly-shorten</connection>
<connection>scm:git:https://github.com/ethauvin/bitly-shorten.git</connection>
<developerConnection>scm:git:git@github.com:ethauvin/bitly-shorten.git</developerConnection>
<url>https://github.com/ethauvin/bitly-shorten</url>
</scm>