Bump Kotlin to version 2.1.10
This commit is contained in:
parent
05361c981e
commit
dba879dcbc
3 changed files with 3 additions and 2 deletions
1
.github/workflows/bld.yml
vendored
1
.github/workflows/bld.yml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
|||
matrix:
|
||||
java-version: [17, 21, 22]
|
||||
kotlin-version: [1.19.24, 2.0.20]
|
||||
kotlin-version: [1.9.25, 2.1.10]
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
|
|
@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
plugins {
|
||||
id("application")
|
||||
id("com.github.ben-manes.versions") version "0.51.0"
|
||||
kotlin("jvm") version "2.0.20"
|
||||
kotlin("jvm") version "2.1.10"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
@ -67,7 +67,7 @@ public class ReadingTimeBuild extends Project {
|
|||
autoDownloadPurge = true;
|
||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL);
|
||||
|
||||
final var kotlin = version(2, 0, 20);
|
||||
final var kotlin = version(2, 1, 10);
|
||||
scope(compile)
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin))
|
||||
.include(dependency("org.jsoup", "jsoup", version(1, 19, 1)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue