Skip to content

Commit

Permalink
Merge pull request #48 from bnorm/kotlin-1.5.20
Browse files Browse the repository at this point in the history
Kotlin 1.5.20
  • Loading branch information
bnorm authored Jun 29, 2021
2 parents 36449cb + b43873f commit ecc641f
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
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.5.10" apply false
kotlin("jvm") version "1.5.20" apply false
id("org.jetbrains.dokka") version "0.10.0" apply false
id("com.gradle.plugin-publish") version "0.11.0" apply false
id("com.github.gmazzo.buildconfig") version "2.0.2" apply false
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.5.10"
kotlin("multiplatform") version "1.5.20"
id("com.bnorm.power.kotlin-power-assert") version "0.9.0"
}

Expand Down

0 comments on commit ecc641f

Please sign in to comment.