Skip to content

Commit

Permalink
chore(deps): update all dependencies (#259)
Browse files Browse the repository at this point in the history
| datasource  | package                                                                             | from   | to     |
| ----------- | ----------------------------------------------------------------------------------- | ------ | ------ |
| github-tags | codecov/codecov-action                                                              | v4.3.0 | v4.3.1 |
| maven       | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.9.23 | 1.9.24 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 3747bf6 commit bad93cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
run: ./gradlew koverXmlReport

- name: Upload Test Report
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4.3.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -16,7 +16,7 @@ import org.jetbrains.kotlin.gradle.targets.js.npm.tasks.KotlinNpmInstallTask
import java.net.URL

plugins {
kotlin("multiplatform") version "1.9.23"
kotlin("multiplatform") version "1.9.24"
id("com.diffplug.spotless") version "6.25.0"
id("maven-publish")
id("com.vanniktech.maven.publish") version "0.28.0"
Expand Down

0 comments on commit bad93cb

Please sign in to comment.