Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# LTS versions, latest version (if exists)
java-version: [ '17', '21', '24' ]
# Minimum version, latest release version, latest pre-release version (if exists)
kotlin: ['2.0.21', '2.1.21', '2.2.20']
kotlin: ['2.1.21', '2.2.20']
env:
KOTLIN_VERSION: ${{ matrix.kotlin }}
name: "Kotlin ${{ matrix.kotlin }} - Java ${{ matrix.java-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.21" # Mainly for CI, it can be rewritten by environment variable.
kotlin = "2.1.21" # Mainly for CI, it can be rewritten by environment variable.
jackson = "2.20.0"

# test libs
Expand All @@ -22,4 +22,4 @@ jackson-csv = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-cs
jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" }

[plugins]
kotlinter = { id = "org.jmailen.kotlinter", version = "5.0.2" }
kotlinter = { id = "org.jmailen.kotlinter", version = "5.1.1" }
Loading