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 639e4c4 commit 25d4b25Copy full SHA for 25d4b25
CHANGES.md
@@ -1,5 +1,9 @@
1
# Change log for kotlinx.atomicfu
2
3
+# Version 0.12.3
4
+
5
+* Updated to Kotlin 1.3.30
6
7
# Version 0.12.2
8
9
* Fixed to skip changing source path for unprocessed native output (see #51).
gradle.properties
@@ -1,7 +1,7 @@
-version = 0.12.2-SNAPSHOT
+version = 0.12.3-SNAPSHOT
group = org.jetbrains.kotlinx
-kotlin_version=1.3.20
+kotlin_version=1.3.30
asm_version=5.2
slf4j_version=1.8.0-alpha2
junit_version=4.12
0 commit comments