Skip to content

Commit

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

Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
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 to 1.5.4

---------

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 Nov 15, 2023
1 parent 0b3e197 commit 5c2c102
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.4"
val composeCompilerVersion = "1.5.3"
val composeCompilerVersion = "1.5.4"

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.10" apply false
kotlin("jvm") version "1.9.20" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.6.1" apply false
}

Expand Down

0 comments on commit 5c2c102

Please sign in to comment.