Bumped Kotlin to version 2.1.10
This commit is contained in:
parent
257559d522
commit
51ba40cbcd
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ jobs:
|
||||||
- image: cimg/openjdk:23.0
|
- image: cimg/openjdk:23.0
|
||||||
steps:
|
steps:
|
||||||
- build_and_test:
|
- build_and_test:
|
||||||
kotlin: 2.1.0
|
kotlin: 2.1.10
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
bld:
|
bld:
|
||||||
|
|
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java-version: [17, 21, 23]
|
java-version: [17, 21, 23]
|
||||||
kotlin-version: [1.9.24, 2.1.0]
|
kotlin-version: [1.9.25, 2.1.10]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source repository
|
- name: Checkout source repository
|
||||||
|
|
|
@ -30,7 +30,7 @@ public class ExampleBuild extends Project {
|
||||||
autoDownloadPurge = true;
|
autoDownloadPurge = true;
|
||||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES);
|
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)
|
scope(compile)
|
||||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin));
|
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin));
|
||||||
scope(test)
|
scope(test)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue