Skip to content

Commit

Permalink
Bump kotlinVersion from 1.5.31 to 1.6.0 (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 19, 2021
1 parent b72a0a5 commit 102cc38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -15,7 +15,7 @@ buildscript {

classpath 'com.google.googlejavaformat:google-java-format:1.12.0'
classpath 'com.android.tools.build:gradle:4.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -34,7 +34,7 @@ libraries.bndGradle = 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.0.0'

libraries.groovy = 'org.codehaus.groovy:groovy:3.0.9'

def kotlinVersion = '1.5.31'
def kotlinVersion = '1.6.0'
libraries.kotlin = [
version: kotlinVersion,

Expand Down

0 comments on commit 102cc38

Please sign in to comment.