Skip to content

Commit

Permalink
(General) Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkeppeler committed Oct 22, 2022
1 parent db5c416 commit ff986a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object Dependencies {
}

object Kotlin {
const val GRADLE_PLUGIN = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0"
const val GRADLE_PLUGIN = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0"
const val KOTLIN_STD = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${Versions.KOTLIN}"
}

Expand Down

0 comments on commit ff986a5

Please sign in to comment.