Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
cnrture committed Dec 3, 2024
2 parents 3dd48df + 8923d89 commit 53ac5f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:

# Upload the Kover report to CodeCov
- name: Upload Code Coverage Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ${{ github.workspace }}/build/reports/kover/report.xml

Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@v2024.2.5
uses: JetBrains/qodana-action@v2024.2.6
with:
cache-default-branch-only: true

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ junit = "4.13.2"
# plugins
changelog = "2.2.1"
intelliJPlatform = "2.1.0"
kotlin = "2.0.21"
kotlin = "2.1.0"
kover = "0.8.3"
qodana = "2024.2.5"
ktorVersion = "3.0.0"
qodana = "2024.2.6"
ktorVersion = "3.0.1"
kotlinxSerialization = "1.7.3"
freeMarker = "2.3.33"

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}

rootProject.name = "QuickProjectWizard"

0 comments on commit 53ac5f0

Please sign in to comment.