Advance snapshot version 1.4.255 -> 1.5.255 (KTI-421)

#KTI-421 Fixed
This commit is contained in:
Nikolay Krasko
2020-12-23 19:59:52 +03:00
parent 662787b12b
commit 133e39b783
22 changed files with 22 additions and 22 deletions
@@ -49,7 +49,7 @@ private val LOG = Logger.getInstance("#org.jetbrains.kotlin.idea.configuration.C
data class RepositoryDescription(val id: String, val name: String, val url: String, val bintrayUrl: String?, val isSnapshot: Boolean)
const val LAST_SNAPSHOT_VERSION = "1.4.255-SNAPSHOT"
const val LAST_SNAPSHOT_VERSION = "1.5.255-SNAPSHOT"
val SNAPSHOT_REPOSITORY = RepositoryDescription(
"sonatype.oss.snapshots",