Skip to content

Commit

Permalink
Kotlin: Update to final 1.6.20 build
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Apr 22, 2022
1 parent 4a2b355 commit 8396129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {
Expand All @@ -8,7 +9,7 @@ buildscript {
}

plugins {
kotlin("jvm") version "1.6.20-RC"
kotlin("jvm") version "1.6.20"
id("com.diffplug.spotless") version "6.3.0"
id("com.github.ben-manes.versions") version "0.42.0"
}
Expand Down

0 comments on commit 8396129

Please sign in to comment.