File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ buildscript {
3636 }
3737
3838 dependencies {
39- classpath "dev.icerock.moko:network-generator:0.18 .0"
39+ classpath "dev.icerock.moko:network-generator:0.19 .0"
4040 }
4141}
4242
@@ -53,9 +53,9 @@ project build.gradle
5353apply plugin: "dev.icerock.mobile.multiplatform-network-generator"
5454
5555dependencies {
56- commonMainApi("dev.icerock.moko:network:0.18 .0")
57- commonMainApi("dev.icerock.moko:network-bignum:0.18 .0") // kbignum serializer
58- commonMainApi("dev.icerock.moko:network-errors:0.18 .0") // moko-errors integration
56+ commonMainApi("dev.icerock.moko:network:0.19 .0")
57+ commonMainApi("dev.icerock.moko:network-bignum:0.19 .0") // kbignum serializer
58+ commonMainApi("dev.icerock.moko:network-errors:0.19 .0") // moko-errors integration
5959}
6060```
6161
You can’t perform that action at this time.
0 commit comments