Advance version to 1.4

This commit is contained in:
Nikolay Krasko
2019-12-18 13:32:05 +03:00
committed by Dmitriy Novozhilov
parent 55e97fee09
commit ca49672a7a
5 changed files with 5 additions and 5 deletions
@@ -43,7 +43,7 @@ import org.jetbrains.kotlin.utils.ifEmpty
data class RepositoryDescription(val id: String, val name: String, val url: String, val bintrayUrl: String?, val isSnapshot: Boolean)
const val LAST_SNAPSHOT_VERSION = "1.3-SNAPSHOT"
const val LAST_SNAPSHOT_VERSION = "1.4-SNAPSHOT"
val SNAPSHOT_REPOSITORY = RepositoryDescription(
"sonatype.oss.snapshots",