File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Change log for kotlinx.atomicfu
22
3+ # Version 0.16.3
4+
5+ * Kotlin is updated to 1.5.30.
6+ * All references to Bintray are removed from artefacts POMs.
7+ * Added new Apple Silicon targets for K/N.
8+
39# Version 0.16.2
410
511* Update Kotlin to 1.5.20.
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ See [additional configuration](#additional-configuration) if that needs tweaking
107107
108108``` groovy
109109buildscript {
110- ext.atomicfu_version = '0.16.2 '
110+ ext.atomicfu_version = '0.16.3 '
111111
112112 dependencies {
113113 classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -155,7 +155,7 @@ There are the following additional parameters (with their defaults):
155155
156156``` groovy
157157atomicfu {
158- dependenciesVersion = '0.16.2 ' // set to null to turn-off auto dependencies
158+ dependenciesVersion = '0.16.3 ' // set to null to turn-off auto dependencies
159159 transformJvm = true // set to false to turn off JVM transformation
160160 transformJs = true // set to false to turn off JS transformation
161161 variant = "FU" // JVM transformation variant: FU,VH, or BOTH
@@ -169,7 +169,7 @@ Declare AtomicFU version:
169169
170170``` xml
171171<properties >
172- <atomicfu .version>0.16.2 </atomicfu .version>
172+ <atomicfu .version>0.16.3 </atomicfu .version>
173173</properties >
174174```
175175
You can’t perform that action at this time.
0 commit comments