Skip to content

Commit

Permalink
Revert "Bump Kotlin to v1.5.20 (#3921)" (#3941)
Browse files Browse the repository at this point in the history
This reverts commit 7f2a478.
  • Loading branch information
cortinico committed Jul 7, 2021
1 parent b2aba98 commit 2a9bbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import io.gitlab.arturbosch.detekt.api.internal.Configuration
import io.gitlab.arturbosch.detekt.api.internal.RequiresTypeResolution
import io.gitlab.arturbosch.detekt.api.internal.config
import org.jetbrains.kotlin.cfg.WhenChecker
import org.jetbrains.kotlin.diagnostics.WhenMissingCase
import org.jetbrains.kotlin.cfg.WhenMissingCase
import org.jetbrains.kotlin.psi.KtWhenExpression
import org.jetbrains.kotlin.resolve.BindingContext
import org.jetbrains.kotlin.resolve.bindingContextUtil.isUsedAsExpression
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
dokka = "1.4.32"
jacoco = "0.8.7"
kotlin = "1.5.20"
kotlin = "1.5.10"
ktlint = "0.41.0"
spek = "2.0.15"

Expand Down

0 comments on commit 2a9bbd0

Please sign in to comment.