Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.0 to 1.9.10 (#…
Browse files Browse the repository at this point in the history
…1853)

* Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.0 to 1.9.10

Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.0 to 1.9.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.0...v1.9.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Update the Compose compiler.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Colin White <[email protected]>
  • Loading branch information
dependabot[bot] and colinrtwhite authored Aug 30, 2023
1 parent 8223b89 commit d0cff98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
androidx-activity = "1.7.2"
androidx-lifecycle = "2.6.1"
compose = "1.5.0"
composeCompiler = "1.5.0"
composeCompiler = "1.5.3"
coroutines = "1.7.3"
ktlint = "0.50.0"
okhttp = "4.11.0"
Expand All @@ -16,7 +16,7 @@ spotless = "com.diffplug.spotless:6.21.0"

[libraries]
gradlePlugin-android = "com.android.tools.build:gradle:8.1.1"
gradlePlugin-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
gradlePlugin-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
gradlePlugin-mavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.25.3"
gradlePlugin-paparazzi = "app.cash.paparazzi:paparazzi-gradle-plugin:1.3.1"
gradlePlugin-roborazzi = { module = "io.github.takahirom.roborazzi:roborazzi-gradle-plugin", version.ref = "roborazzi" }
Expand Down

0 comments on commit d0cff98

Please sign in to comment.