fix(deps): update dependency composeoptions to v1.5.9 (#662)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-12 17:45:09 +01:00 committed by GitHub
parent 9e747fa13d
commit e5a2e7c22a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,6 @@ object Versions {
val java = JavaVersion.VERSION_17
const val composeCompiler = "1.5.8"
const val composeCompiler = "1.5.9"
const val ktlint = "0.50.0"
}