Upgraded to Kotlin 1.9.21
This commit is contained in:
parent
21b4af20d4
commit
1e016de5fb
10 changed files with 33 additions and 627 deletions
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
@ -43,7 +43,7 @@
|
|||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/ethauvin/cryptoprice</connection>
|
||||
<connection>scm:git:https://github.com/ethauvin/cryptoprice.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:ethauvin/cryptoprice.git</developerConnection>
|
||||
<url>https://github.com/ethauvin/cryptoprice</url>
|
||||
</scm>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue