Skip to content

Commit

Permalink
Merge pull request #1646 from Adyen/renovate/kotlin
Browse files Browse the repository at this point in the history
Update Kotlin
  • Loading branch information
OscarSpruit authored Jun 21, 2024
2 parents a1f8259 + 8d3f5a8 commit 1c0e5cf
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ ext {

// Build Script
android_gradle_plugin_version = '8.3.2'
kotlin_version = '1.9.23'
ksp_version = '1.9.23-1.0.20'
kotlin_version = '1.9.24'
ksp_version = '1.9.24-1.0.20'
detekt_gradle_plugin_version = "1.23.6"
dokka_version = "1.9.20"
hilt_version = "2.51.1"
compose_compiler_version = '1.5.12'
compose_compiler_version = '1.5.14'

// Code quality
detekt_version = "1.23.6"
Expand All @@ -39,7 +39,7 @@ ext {
appcompat_version = "1.6.1"
autofill_version = "1.3.0-alpha01"
browser_version = "1.8.0"
coroutines_version = "1.8.0"
coroutines_version = "1.8.1"
fragment_version = "1.6.2"
lifecycle_version = "2.8.2"
material_version = "1.12.0"
Expand Down
Loading

0 comments on commit 1c0e5cf

Please sign in to comment.