Skip to content

Commit

Permalink
build(deps): bump the versions group with 2 updates (#15)
Browse files Browse the repository at this point in the history
* build(deps): bump the versions group with 2 updates

Bumps the versions group with 2 updates: [org.jetbrains.kotlin.multiplatform](https://github.com/JetBrains/kotlin) and com.android.library.


Updates `org.jetbrains.kotlin.multiplatform` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `com.android.library` from 8.5.1 to 8.5.2

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update gradle.properties

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Makeev <[email protected]>
  • Loading branch information
dependabot[bot] and makeevrserg authored Aug 12, 2024
1 parent 9ff92a6 commit df94e56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ makeevrserg.java.ktarget=17
# Project
makeevrserg.project.name=MiKro
makeevrserg.project.group=ru.astrainteractive.klibs
makeevrserg.project.version.string=1.8.6
makeevrserg.project.version.string=1.8.7
makeevrserg.project.description=Kotlin Multiplatform library with useful code
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://github.com/makeevrserg/klibs.mikro
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
# Kotlin
kotlin-version = "2.0.0" # # https://github.com/JetBrains/kotlin
kotlin-version = "2.0.10" # # https://github.com/JetBrains/kotlin
kotlin-coroutines-core = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines
makeevrserg-gradleplugin = "1.3.4" # https://github.com/makeevrserg/gradle-plugin
gradle-android = "8.5.1" # https://developer.android.com/build#top-level
gradle-android = "8.5.2" # https://developer.android.com/build#top-level
decompose = "3.1.0" # https://github.com/arkivanov/Decompose
kotlinx-datetime = "0.6.0" # https://github.com/Kotlin/kotlinx-datetime
moko-resources = "0.24.1" # https://github.com/icerockdev/moko-resources
Expand Down

0 comments on commit df94e56

Please sign in to comment.