File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
integrations/arrow-integrations-retrofit-adapter Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ buildscript {
4949 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
5050 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
5151 classpath ' io.arrow-kt:ank-gradle-plugin:0.7.1'
52- classpath ' org.ajoberstar:gradle-git-publish:1 .0.1 '
52+ classpath ' org.ajoberstar:gradle-git-publish:2 .0.0 '
5353 classpath " net.rdrei.android.buildtimetracker:gradle-plugin:0.11.1"
5454 classpath " org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version "
5555 classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$detekt_version "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 testRuntime(" org.junit.vintage:junit-vintage-engine:$jUnitVintageVersion " )
1515 testCompile " io.kotlintest:kotlintest-runner-junit4:$kotlinTestVersion "
1616 testCompile " com.squareup.retrofit2:converter-gson:$retrofitVersion "
17- testCompile ' com.squareup.okhttp3:mockwebserver:3.11.0 '
17+ testCompile ' com.squareup.okhttp3:mockwebserver:3.13.1 '
1818 testCompile project(' :arrow-effects-rx2-extensions' )
1919 testCompile project(' :arrow-effects-extensions' )
2020}
Original file line number Diff line number Diff line change 11apply plugin : ' kotlin-kapt'
22
33dependencies {
4- compile ' io.github.classgraph:classgraph:4.4.12 '
4+ compile ' io.github.classgraph:classgraph:4.8.14 '
55 compile project(' :arrow-core-extensions' )
66 compile project(' :arrow-extras-extensions' )
77 compile project(' :arrow-effects-extensions' )
Original file line number Diff line number Diff line change @@ -3,19 +3,20 @@ buildscript {
33 jcenter()
44 }
55 dependencies {
6- classpath ' com.github.jengelman.gradle.plugins:shadow:4 .0.0'
6+ classpath ' com.github.jengelman.gradle.plugins:shadow:5 .0.0'
77 }
88}
99
1010apply plugin : ' com.github.johnrengelman.shadow'
1111apply plugin : ' java'
1212
1313ext {
14- metaArrowVersion = ' 0.7.3 '
14+ metaArrowVersion = ' 0.9.0 '
1515}
1616
1717dependencies {
18- compile " io.arrow-kt:arrow-effects:$metaArrowVersion "
18+ compile " io.arrow-kt:arrow-effects-data:$metaArrowVersion "
19+ compile " io.arrow-kt:arrow-effects-extensions:$metaArrowVersion "
1920 compile " io.arrow-kt:arrow-optics:$metaArrowVersion "
2021}
2122
You can’t perform that action at this time.
0 commit comments