File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ kotlin {
6464 sourceSets {
6565 commonMain { // <--- name may vary on your project
6666 dependencies {
67- implementation "org.reduxkotlin:redux-kotlin-thunk:0.2.8 "
67+ implementation "org.reduxkotlin:redux-kotlin-thunk:0.3.1 "
6868 }
6969 }
7070 }
7171```
7272
7373For JVM only:
7474```
75- implementation "org.reduxkotlin:redux-kotlin-jvm-thunk:0.2.8 "
75+ implementation "org.reduxkotlin:redux-kotlin-jvm-thunk:0.3.1 "
7676```
7777
7878[ badge-android ] : http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat
Original file line number Diff line number Diff line change 11ext. versions = [
2- kotlin : ' 1.3.60 ' ,
2+ kotlin : ' 1.3.61 ' ,
33 dokka : ' 0.9.17' ,
44 spek : ' 2.1.0-alpha.0.9+3d5d865' ,
55 atrium : ' 0.8.0' ,
6- redux : ' 0.2.9 '
6+ redux : ' 0.3.1 '
77]
88
99ext. deps = [
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.9 '
10+ version ' 0.3.1 '
1111
1212kotlin {
1313 jvm()
You can’t perform that action at this time.
0 commit comments