This repository was archived by the owner on Jun 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ ## Version 0.11.0
5
+
6
+ _ 2021-11-18_
7
+
8
+ ** New**
9
+ * Support Kotlin 1.6.0 (#50 ).
10
+
4
11
## Version 0.10.0
5
12
6
13
_ 2021-06-29_
Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ Builds of the Gradle plugin are available through the
97
97
98
98
``` kotlin
99
99
plugins {
100
- kotlin(" multiplatform" ) version " 1.5.20 "
101
- id(" com.bnorm.power.kotlin-power-assert" ) version " 0.10 .0"
100
+ kotlin(" multiplatform" ) version " 1.6.0 "
101
+ id(" com.bnorm.power.kotlin-power-assert" ) version " 0.11 .0"
102
102
}
103
103
```
104
104
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
8
8
allprojects {
9
9
group = " com.bnorm.power"
10
- version = " 0.11.0-SNAPSHOT "
10
+ version = " 0.11.0"
11
11
}
12
12
13
13
subprojects {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
kotlin(" multiplatform" ) version " 1.6.0"
3
- id(" com.bnorm.power.kotlin-power-assert" ) version " 0.10 .0"
3
+ id(" com.bnorm.power.kotlin-power-assert" ) version " 0.11 .0"
4
4
}
5
5
6
6
repositories {
You can’t perform that action at this time.
0 commit comments