File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168168
169169 # Run Qodana inspections
170170 - name : Qodana - Code Inspection
171- uses : JetBrains/qodana-action@v2025.1.0
171+ uses : JetBrains/qodana-action@v2025.1.1
172172 with :
173173 cache-default-branch-only : true
174174
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ junit = "4.13.2"
44
55# plugins
66changelog = " 2.2.1"
7- kotlin = " 2.1.20 "
8- intelliJPlatform = " 2.5 .0"
7+ kotlin = " 2.1.21 "
8+ intelliJPlatform = " 2.6 .0"
99kover = " 0.9.1"
10- qodana = " 2025.1.0 "
11- ktorVersion = " 3.1.2 "
10+ qodana = " 2025.1.1 "
11+ ktorVersion = " 3.1.3 "
1212kotlinxSerialization = " 1.8.1"
1313freeMarker = " 2.3.34"
1414
Original file line number Diff line number Diff line change 11pluginManagement {
22 plugins {
33 id(" org.jetbrains.compose" ).version(extra[" compose.version" ] as String )
4- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.10 .0"
4+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
55 }
66}
77
You can’t perform that action at this time.
0 commit comments