Skip to content

Commit b446a95

Browse files
authored
Merge pull request #61 from zhensherlock/next
chore(deps): update dependencies
2 parents 8093222 + f78ddd6 commit b446a95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

4747
# Validate wrapper
4848
- name: Gradle Wrapper Validation
49-
uses: gradle/wrapper-validation-action@v3.3.2
49+
uses: gradle/wrapper-validation-action@v3.4.0
5050

5151
# Setup Java 11 environment for the next steps
5252
- name: Setup Java

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlin = "2.0.0"
88
changelog = "2.2.0"
99
gradleIntelliJPlugin = "1.17.3"
1010
qodana = "2024.1.5"
11-
kover = "0.8.0"
11+
kover = "0.8.1"
1212

1313
[libraries]
1414
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }

0 commit comments

Comments
 (0)