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
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, 24]
|
java-version: [17, 21, 24]
|
||||||
kotlin-version: [1.9.25, 2.0.21, 2.1.10]
|
kotlin-version: [1.9.25, 2.0.21, 2.1.20]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source repository
|
- name: Checkout source repository
|
||||||
|
|
|
@ -28,7 +28,7 @@ public class ExampleBuild extends Project {
|
||||||
|
|
||||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES);
|
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)
|
scope(compile)
|
||||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin));
|
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin));
|
||||||
scope(test)
|
scope(test)
|
||||||
|
|
|
@ -4,7 +4,7 @@ new=/tmp/checkcliargs-new
|
||||||
old=/tmp/checkcliargs-old
|
old=/tmp/checkcliargs-old
|
||||||
|
|
||||||
kotlinc -h 2>$new
|
kotlinc -h 2>$new
|
||||||
~/.sdkman/candidates/kotlin/2.1.0/bin/kotlinc -h 2>$old
|
~/.sdkman/candidates/kotlin/2.1.10/bin/kotlinc -h 2>$old
|
||||||
|
|
||||||
code --diff --wait $old $new
|
code --diff --wait $old $new
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue