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

@ -2,7 +2,7 @@ import org.jetbrains.compose.compose
plugins {
kotlin("jvm")
id("org.jetbrains.compose") version "0.4.0-build179"
id("org.jetbrains.compose") version Dependencies.JB_COMPOSE_VERSION
`lobsters-plugin`
}