Bump Kotlin to version 2.1.20
This commit is contained in:
parent
d39542478f
commit
7ba1b0ecf6
3 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ public class JokeApiBuild extends Project {
|
|||
autoDownloadPurge = true;
|
||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL);
|
||||
|
||||
final var kotlin = version(2, 1, 10);
|
||||
final var kotlin = version(2, 1, 20);
|
||||
scope(compile)
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin))
|
||||
.include(dependency("org.json", "json", "20250107"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue