We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bb4c0 commit 1891988Copy full SHA for 1891988
kotlinx-collections-immutable/build.gradle
@@ -14,7 +14,7 @@ description 'Kotlin experimental immutable collection interfaces and implementat
14
allprojects {
15
apply plugin: 'kotlin'
16
group = 'org.jetbrains.kotlinx'
17
- version = project.properties["deployVersion"] ?: '0.1-SNAPSHOT'
+ version = project.properties["deployVersion"] ?: '0.2-SNAPSHOT'
18
19
repositories {
20
mavenCentral()
0 commit comments