Skip to content

Commit

Permalink
Merge branch 'main' into renovate/agp
Browse files Browse the repository at this point in the history
  • Loading branch information
davertay-j authored Aug 26, 2023
2 parents 78cbdf0 + 559ea48 commit ce11673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ agp = "8.1.1"
android-compile = "30"
android-min = "21"
jvm-toolchain = "11"
kotlin = "1.9.0"
kotlin = "1.9.10"

[libraries]
assertj = { module = "org.assertj:assertj-core", version = "3.24.2" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.14.2" }
kotlin-parcelize-runtime = { module = "org.jetbrains.kotlin:kotlin-parcelize-runtime", version.ref = "kotlin" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "1.9.0-1.0.13" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "1.9.10-1.0.13" }
ksp-testing = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version = "1.5.0" }
robolectric = { module = "org.robolectric:robolectric", version = "4.10.3" }
tuulbox-logging = { module = "com.juul.tuulbox:logging", version = "6.4.1" }
Expand Down

0 comments on commit ce11673

Please sign in to comment.