Bump Kotlin to version 2.1.20

This commit is contained in:
Erik C. Thauvin 2025-03-20 08:53:06 -07:00
parent d39542478f
commit 7ba1b0ecf6
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 3 additions and 3 deletions

View file

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