Bump Kotlin to version 2.1.21

This commit is contained in:
Erik C. Thauvin 2025-05-15 21:47:24 -07:00
parent 066e3f81e9
commit 4c15176b34
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
java-version: [17, 21, 24]
kotlin-version: [1.9.25, 2.0.20, 2.1.20]
kotlin-version: [1.9.25, 2.0.20, 2.1.21]
steps:
- name: Checkout source repository