Bump Kotlin to version 2.1.10

This commit is contained in:
Erik C. Thauvin 2025-02-25 09:49:02 -08:00
parent 4976d37b55
commit 5460413a5d
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
java-version: [17, 21, 23]
kotlin-version: [1.9.24, 2.1.0]
kotlin-version: [1.9.25, 2.1.10]
steps:
- name: Checkout source repository

View file

@ -34,7 +34,7 @@ public class ExampleBuild extends Project {
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES);
final var kotlin = version(2, 1, 0);
final var kotlin = version(2, 1, 10);
scope(compile)
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin));
scope(test)