Skip to content

Commit

Permalink
Updating Kotlin version to 1.7 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 authored Jul 12, 2022
1 parent dfabe14 commit c3e44bb
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 1,483 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
// this hack prevents the following bug: https://github.com/gradle/gradle/issues/9770
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")

implementation("org.cqfn.diktat:diktat-gradle-plugin:1.1.0")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.15.0")
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/com/akuleshov7/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"PACKAGE_NAME_INCORRECT_PATH")

object Versions {
const val KOTLIN = "1.6.21"
const val KOTLIN = "1.7.10"
const val JUNIT = "5.7.1"
const val OKIO = "3.1.0"
const val SERIALIZATION = "1.3.2"
const val SERIALIZATION = "1.3.3"
}
Loading

0 comments on commit c3e44bb

Please sign in to comment.