Bumped Kotlin to version 2.0.0
This commit is contained in:
parent
325ef292bf
commit
e0ed72d8a2
8 changed files with 219 additions and 26 deletions
|
@ -69,7 +69,7 @@ public class CryptoPriceBuild extends Project {
|
|||
autoDownloadPurge = true;
|
||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL);
|
||||
|
||||
final var kotlin = version(1, 9, 24);
|
||||
final var kotlin = version(2, 0, 0);
|
||||
scope(compile)
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin))
|
||||
.include(dependency("org.json", "json", "20240303"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue