Advance project version to 1.3-SNAPSHOT
Set LATEST_STABLE language version and current version of stdlib to 1.3, set IS_PRE_RELEASE Remove "EXPERIMENTAL" from 1.3 version description in tests and gradle options
This commit is contained in:
+1
-1
@@ -46,7 +46,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.2-SNAPSHOT"
|
||||
const val LAST_SNAPSHOT_VERSION = "1.3-SNAPSHOT"
|
||||
|
||||
val SNAPSHOT_REPOSITORY = RepositoryDescription(
|
||||
"sonatype.oss.snapshots",
|
||||
|
||||
Reference in New Issue
Block a user