File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11ext. versions = [
2- kotlin : ' 1.3.41 ' ,
2+ kotlin : ' 1.3.60 ' ,
33 dokka : ' 0.9.17' ,
44 spek : ' 2.1.0-alpha.0.9+3d5d865' ,
55 atrium : ' 0.8.0' ,
6- redux : ' 0.2.6 '
6+ redux : ' 0.2.9 '
77]
88
99ext. deps = [
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6-rc-1-bin .zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.0.1-all .zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply plugin: 'kotlin-multiplatform'
77archivesBaseName = ' redux-kotlin-thunk'
88
99group ' org.reduxkotlin'
10- version ' 0.2.8 '
10+ version ' 0.2.9 '
1111
1212kotlin {
1313 jvm()
Original file line number Diff line number Diff line change @@ -14,5 +14,4 @@ rootProject.name='Redux-Kotlin-thunk'
1414
1515rootProject. name = ' test'
1616enableFeaturePreview(' GRADLE_METADATA' )
17- enableFeaturePreview(' STABLE_PUBLISHING' )
1817
You can’t perform that action at this time.
0 commit comments