Update defaultSnapshotVersion to 1.6.255-SNAPSHOT

This commit is contained in:
Mikhael Bogdanov
2021-07-06 11:16:57 +02:00
parent 38fb5e16ef
commit 29f6ec4f40
2 changed files with 2 additions and 2 deletions
@@ -79,5 +79,5 @@ public class KotlinVersion(val major: Int, val minor: Int, val patch: Int) : Com
// this class is ignored during classpath normalization when considering whether to recompile dependencies in Kotlin build
private object KotlinVersionCurrentValue {
@kotlin.jvm.JvmStatic
fun get(): KotlinVersion = KotlinVersion(1, 5, 255) // value is written here automatically during build
fun get(): KotlinVersion = KotlinVersion(1, 6, 255) // value is written here automatically during build
}