Skip to content

Commit 10e98df

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 3335448 + 09fcb84 commit 10e98df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Validate wrapper
4444
- name: Gradle Wrapper Validation
45-
uses: gradle/actions/wrapper-validation@v3
45+
uses: gradle/actions/wrapper-validation@v4
4646

4747
# Set up Java environment for the next steps
4848
- name: Setup Java

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ junit = "4.13.2"
55
# plugins
66
changelog = "2.2.1"
77
intelliJPlatform = "2.1.0"
8-
kotlin = "1.9.25"
8+
kotlin = "2.0.21"
99
kover = "0.8.3"
10-
qodana = "2024.2.3"
10+
qodana = "2024.2.6"
1111

1212
[libraries]
1313
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)