Skip to content

Commit

Permalink
upgrade ksp/kotlin 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Aug 30, 2023
1 parent c429eac commit cc91d15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bom/gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ext {
koin_annotations_bom_version = '1.2.3'
koin_annotations_bom_version = '1.3.0'
}
8 changes: 4 additions & 4 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ext {

// Koin
koin_ksp_version = "1.2.2"
koin_version = '3.4.1'
koin_ksp_version = "1.3.0"
koin_version = '3.5.0'

// Kotlin
kotlin_version = '1.8.21'
kotlin_version = '1.9.10'
// KSP
ksp_version = "1.8.21-1.0.11"
ksp_version = "1.9.10-1.0.13"
// Dokka
dokka_version = '1.8.10'
}

0 comments on commit cc91d15

Please sign in to comment.