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