all: bump dependencies

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-04-08 06:12:59 +05:30
parent 92ebb82a6a
commit 24990cde08
6 changed files with 17 additions and 15 deletions

View file

@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform")
id("com.android.library")
id("org.jetbrains.compose") version "0.4.0-build179"
id("org.jetbrains.compose") version Dependencies.JB_COMPOSE_VERSION
`lobsters-plugin`
}