Skip to content

Commit

Permalink
Update libs.versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoss authored Feb 10, 2023
1 parent bab9430 commit 252a8c2
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 @@ -2,7 +2,7 @@
kotlin = "1.8.10"
android-gradle = "7.4.1"
compose-bom = "2023.01.00"
compose-compiler = "1.4.0"
compose-compiler = "1.4.2"
orbitmvi = "4.5.0"
androidx-room = "2.4.2"
coroutines = "1.6.4"
Expand Down Expand Up @@ -54,7 +54,7 @@ compose-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
compose-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }

# We are not using this anywhere, but it's required so the renovate bot can properly spot new compiler releases
compose-compiler = {module="androidx.compose.compiler:compiler", version.ref ="compose-compiler"}
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }

junit4 = { module = "junit:junit", version = "4.13.2" }

Expand Down

0 comments on commit 252a8c2

Please sign in to comment.