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.6.9 | v4.7.1 |
| maven       | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin         | 2.0.21 | 2.1.0  |
| maven       | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.0.21 | 2.1.0  |
| maven       | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin             | 2.0.21 | 2.1.0  |
| maven       | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin         | 2.0.21 | 2.1.0  |
| maven       | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin                           | 2.0.21 | 2.1.0  |
| maven       | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 2.0.21 | 2.1.0  |
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent e799991 commit 0ba05da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ contains(matrix.os, 'macos') }}
uses: JamesIves/github-pages-deploy-action@v4.6.9
uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: gh-pages # The branch the action should deploy to.
folder: site # 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 @@ -110,7 +110,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ contains(matrix.os, 'macos') }}
uses: JamesIves/github-pages-deploy-action@v4.6.9
uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: gh-pages # The branch the action should deploy to.
folder: site # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.21"
kotlin = "2.1.0"
coroutines = "1.9.0"
kotlinx-serialization-json = "1.7.3"
kotlinx-collections-immutable = "0.3.8"
Expand Down

0 comments on commit 0ba05da

Please sign in to comment.