File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
~/.cache/pip
23
23
key : ${{ runner.os }}-${{ hashFiles('./.pre-commit-config.yaml') }}
24
24
- name : Pre-commit
25
- uses :
pre-commit/[email protected] .0
25
+ uses :
pre-commit/[email protected] .1
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ kotlin {
72
72
}
73
73
74
74
dependencies {
75
- detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4 " )
75
+ detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.5 " )
76
76
implementation(" com.twelvemonkeys.imageio:imageio-core:$depsTwelveMonkeys " )
77
77
implementation(" com.twelvemonkeys.imageio:imageio-metadata:$depsTwelveMonkeys " )
78
78
implementation(" com.twelvemonkeys.imageio:imageio-sgi:$depsTwelveMonkeys " )
Original file line number Diff line number Diff line change 3
3
annotations = " 24.1.0"
4
4
5
5
# plugins
6
- kotlin = " 1.9.22 "
6
+ kotlin = " 1.9.23 "
7
7
changelog = " 2.2.0"
8
- gradleIntelliJPlugin = " 1.17.0 "
9
- qodana = " 2023.2 .1"
10
- kover = " 0.7.5 "
11
- detekt = " 1.23.4 "
8
+ gradleIntelliJPlugin = " 1.17.2 "
9
+ qodana = " 2023.3 .1"
10
+ kover = " 0.7.6 "
11
+ detekt = " 1.23.5 "
12
12
ktlint = " 12.1.0"
13
13
14
14
[libraries ]
You can’t perform that action at this time.
0 commit comments