Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                                                                         | from   | to     |
| -------------- | --------------------------------------------------------------------------------------------------------------- | ------ | ------ |
| github-tags    | JamesIves/github-pages-deploy-action                                                                            | v4.4.2 | v4.4.3 |
| gradle-version | gradle                                                                                                          | 8.2    | 8.3    |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin                                           | 0.7.2  | 0.7.3  |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                                                           | 1.8.20 | 1.9.0  |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin                                                       | 6.19.0 | 6.21.0 |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin                             | 1.9.0  | 1.9.10 |
| maven          | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin | 0.5.0  | 0.7.0  |
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent 77777a9 commit 1c0dd7e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'hoc081098/FlowExt' && matrix.os == 'macos-11' }}
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/dokka/html # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ matrix.os == 'macos-11' }}
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/dokka/html # The folder the action should deploy.
Expand Down
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType
import java.net.URL

plugins {
kotlin("multiplatform") version "1.9.0"
id("com.diffplug.spotless") version "6.19.0"
kotlin("multiplatform") version "1.9.10"
id("com.diffplug.spotless") version "6.21.0"
id("maven-publish")
id("com.vanniktech.maven.publish") version "0.25.3"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
id("org.jetbrains.dokka") version "1.8.20"
id("org.jetbrains.kotlinx.kover") version "0.7.2"
id("org.jetbrains.dokka") version "1.9.0"
id("org.jetbrains.kotlinx.kover") version "0.7.3"
}

val coroutinesVersion = "1.7.3"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
rootProject.name = "FlowExt"

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.5.0")
id("org.gradle.toolchains.foojay-resolver-convention") version("0.7.0")
}

0 comments on commit 1c0dd7e

Please sign in to comment.