Skip to content

Commit

Permalink
Update to Kotlin 1.7.20 (#3542)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Sep 29, 2022
1 parent 5fc354d commit fe3a2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.7.10"
kotlin = "1.7.20"
dokka = "1.7.10"
kotlinCoroutines = "1.6.4"
idea = "211.7628.21" # Android Studio Bumblebee (see https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html)
Expand Down Expand Up @@ -93,4 +93,4 @@ publish = { id = "com.vanniktech.maven.publish", version = "0.22.0" }
spotless = { id = "com.diffplug.spotless", version = "6.10.0" }
changelog = { id = "org.jetbrains.changelog", version = "1.3.1" }
shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" }
ksp = { id = "com.google.devtools.ksp", version = "1.7.10-1.0.6" }
ksp = { id = "com.google.devtools.ksp", version = "1.7.20-RC-1.0.6" }

0 comments on commit fe3a2fd

Please sign in to comment.