Skip to content

Commit

Permalink
Update examples to 0.5.0-build222
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Jun 9, 2021
1 parent f0aaa63 commit 94e7ee4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/falling_balls_with_web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat

plugins {
kotlin("multiplatform") version "1.5.10"
id("org.jetbrains.compose") version "0.5.0-build221"
id("org.jetbrains.compose") version "0.5.0-build222"
}

version = "1.0-SNAPSHOT"
Expand Down
2 changes: 1 addition & 1 deletion examples/web-getting-started/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.5.10"
id("org.jetbrains.compose") version "0.5.0-build221"
id("org.jetbrains.compose") version "0.5.0-build222"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion examples/web-with-react/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.5.10"
id("org.jetbrains.compose") version "0.5.0-build221"
id("org.jetbrains.compose") version "0.5.0-build222"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion examples/web_landing/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.5.10"
id("org.jetbrains.compose") version "0.5.0-build221"
id("org.jetbrains.compose") version "0.5.0-build222"
}

repositories {
Expand Down

0 comments on commit 94e7ee4

Please sign in to comment.