Update to support Kotlin 1.5.10

This commit is contained in:
Brian Norman
2021-06-01 22:14:52 -05:00
parent ab0d5d4d63
commit 12a808e8e7
3 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.5.0"
kotlin("multiplatform") version "1.5.10"
id("com.bnorm.power.kotlin-power-assert") version "0.8.1"
}