Skip to content

Commit

Permalink
Bump jvm from 1.9.0 to 1.9.10 in /examples (#410)
Browse files Browse the repository at this point in the history
* Bump jvm from 1.9.0 to 1.9.10 in /examples

Bumps [jvm](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: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Update compose compiler for kotlin 1.9.10

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Ward <[email protected]>
  • Loading branch information
dependabot[bot] and jamesward authored Aug 30, 2023
1 parent e49fa3a commit 3498bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

val composeVersion = "1.5.0"
val composeCompilerVersion = "1.5.0"
val composeCompilerVersion = "1.5.3"

dependencies {
implementation(project(":stub-android"))
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.application") version "8.1.1" apply false
id("com.google.protobuf") version "0.9.4" apply false
kotlin("jvm") version "1.9.0" apply false
kotlin("jvm") version "1.9.10" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.5.1" apply false
}

Expand Down

0 comments on commit 3498bd6

Please sign in to comment.