Skip to content

Commit

Permalink
Upgrade to 1.1.0-alpha04
Browse files Browse the repository at this point in the history
Also Gradle versions plugin to 0.42.0
  • Loading branch information
kirill-grouchnikov committed Feb 10, 2022
1 parent ae131a9 commit 989d8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -9,9 +9,9 @@ buildscript {
}

dependencies {
classpath("org.jetbrains.compose:compose-gradle-plugin:1.1.0-alpha03")
classpath("org.jetbrains.compose:compose-gradle-plugin:1.1.0-alpha04")
classpath(kotlin("gradle-plugin", version = "1.6.10"))
classpath("com.github.ben-manes:gradle-versions-plugin:0.41.0")
classpath("com.github.ben-manes:gradle-versions-plugin:0.42.0")
classpath("com.vanniktech:gradle-maven-publish-plugin:0.18.0")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
}
Expand Down

0 comments on commit 989d8c2

Please sign in to comment.