Skip to content

Commit

Permalink
Bump Kotlin to 1.8.0 and Compose compiler to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jan 19, 2023
1 parent 16e08c1 commit 7d1d4f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/io/getstream/log/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ object Versions {
internal const val ANDROID_JUNIT5_GRADLE_PLUGIN = "1.8.2.1"
internal const val ANDROIDX_ACTIVITY_COMPOSE = "1.6.1"
internal const val ANDROIDX_COMPOSE = "1.3.1"
public const val ANDROIDX_COMPOSE_COMPILER = "1.3.2"
public const val ANDROIDX_COMPOSE_COMPILER = "1.4.0"
internal const val ANDROIDX_TEST_JUNIT = "1.1.4"
internal const val ANDROIDX_KTX = "1.9.0"
internal const val DETEKT_PLUGIN = "1.21.0"
internal const val DOKKA = "1.8.0"
internal const val DOKKA = "1.7.20"
internal const val DOKKASAURUS = "0.1.10"
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
internal const val GRADLE_VERSIONS_PLUGIN = "0.44.0"
internal const val JUNIT4 = "4.13.2"
internal const val JUNIT5 = "5.9.1"
internal const val KOTLIN = "1.7.20"
internal const val KOTLIN = "1.8.0"
internal const val GITVERSIONER = "0.5.0"
internal const val KOTLIN_BINARY_VALIDATOR = "0.12.1"
internal const val MATERIAL_COMPONENTS = "1.7.0"
Expand Down

0 comments on commit 7d1d4f8

Please sign in to comment.