Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove committed Aug 24, 2022
1 parent ac6fcfd commit 64dcdc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
@@ -1,16 +1,16 @@
[versions]

compose = "1.3.0-alpha03"
compose = "1.3.0-SNAPSHOT"
composeCompiler = "1.3.0"
composesnapshot = "-" # a single character = no snapshot
composesnapshot = "8981903" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.3.0-beta05"
gradlePlugin = "7.3.0-rc01"
lintMinCompose = "30.0.0"

ktlint = "0.45.2"
kotlin = "1.7.10"
coroutines = "1.6.0"
coroutines = "1.6.4"
okhttp = "3.12.13"
coil = "1.3.2"

Expand Down

0 comments on commit 64dcdc2

Please sign in to comment.