Bumped Kotlin to version 2.1.0

This commit is contained in:
Erik C. Thauvin 2024-11-27 19:27:49 -08:00
parent fe46c87334
commit 6305dd3de4
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ new=/tmp/checkcliargs-new
old=/tmp/checkcliargs-old
kotlinc -h 2>$new
~/.sdkman/candidates/kotlin/2.0.0/bin/kotlinc -h 2>$old
~/.sdkman/candidates/kotlin/2.1.0/bin/kotlinc -h 2>$old
code --diff --wait $old $new