Skip to content

Commit

Permalink
Upgrade to Kotlin 1.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kyay10 committed Oct 16, 2022
1 parent dee59e8 commit cd0496c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
plugins {
`maven-publish`
kotlin("jvm") version Dependencies.kotlin apply false
id("org.jetbrains.dokka") version "1.6.10" apply false
id("org.jetbrains.dokka") version "1.7.20" apply false
id("com.gradle.plugin-publish") version "0.21.0" apply false
id("com.github.gmazzo.buildconfig") version "3.0.3" apply false
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
object Dependencies {
const val kotlin = "1.7.0"
const val kotlin = "1.7.20"
}

0 comments on commit cd0496c

Please sign in to comment.