Skip to content

Commit

Permalink
Update Kotlin to v1.7.3 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jordon de Hoog <[email protected]>
  • Loading branch information
renovate[bot] and jordond authored Nov 29, 2023
1 parent 878ffae commit c2c71c2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"extends": [
"config:base"
],
"labels": ["dependencies"],
"labels": [
"dependencies"
],
"packageRules": [
{
"groupName": "Kotlin",
Expand All @@ -14,5 +16,15 @@
"org.jetbrains.kotlinx:binary-compatibility-validator"
]
}
],
"ignoreDeps": [
"org.jetbrains.kotlinx:kotlinx-coroutines-test",
"org.jetbrains.kotlinx:kotlinx-coroutines-android",
"org.jetbrains.kotlinx:kotlinx-coroutines-core",
"androidx.core:core-ktx"
]
}




0 comments on commit c2c71c2

Please sign in to comment.