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 b786906 commit c7d0025Copy full SHA for c7d0025
CHANGES.md
@@ -1,5 +1,9 @@
1
# Change log for kotlinx.atomicfu
2
3
+# Version 0.12.10
4
+
5
+* Updated to Kotlin 1.3.50
6
7
# Version 0.12.9
8
9
* Updated to Kotlin 1.3.40
gradle.properties
@@ -1,7 +1,7 @@
-version = 0.12.9-SNAPSHOT
+version = 0.12.10-SNAPSHOT
group = org.jetbrains.kotlinx
-kotlin_version=1.3.40
+kotlin_version=1.3.50
asm_version=5.2
slf4j_version=1.8.0-alpha2
junit_version=4.12
0 commit comments