Skip to content

Commit

Permalink
Bump kotlinVersion from 1.7.21 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps `kotlinVersion` from 1.7.21 to 1.9.0.

Updates `org.jetbrains.kotlin.android` from 1.7.21 to 1.9.0

Updates `org.jetbrains.kotlin.kapt` from 1.7.21 to 1.9.0

Updates `org.jetbrains.kotlin.multiplatform` from 1.7.21 to 1.9.0

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.7.21 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.7.21...v1.9.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent f58d8a5 commit d3a4d7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
val kotlinVersion = "1.7.21"
val kotlinVersion = "1.9.0"
id("com.android.application") version "7.4.2" apply (false)
id("org.jetbrains.kotlin.android") version kotlinVersion apply (false)
id("org.jetbrains.kotlin.kapt") version kotlinVersion apply (false)
Expand Down
2 changes: 1 addition & 1 deletion uhabits-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ android {

dependencies {
val daggerVersion = "2.46"
val kotlinVersion = "1.7.21"
val kotlinVersion = "1.9.0"
val kxCoroutinesVersion = "1.7.3"
val ktorVersion = "1.6.8"
val espressoVersion = "3.5.1"
Expand Down
2 changes: 1 addition & 1 deletion uhabits-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ application {

dependencies {
val ktorVersion = "1.6.8"
val kotlinVersion = "1.7.21"
val kotlinVersion = "1.9.0"
val logbackVersion = "1.4.5"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")
Expand Down

0 comments on commit d3a4d7c

Please sign in to comment.