Skip to content

Commit 5cfea75

Browse files
committed
Updated some additional dependencies
1 parent 13396cd commit 5cfea75

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

modules/integrations/arrow-integrations-retrofit-adapter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

modules/reflect/arrow-reflect/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'kotlin-kapt'
22

33
dependencies {
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')

modules/shadow/arrow-shadow/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1010
apply plugin: 'com.github.johnrengelman.shadow'
1111
apply plugin: 'java'
1212

1313
ext {
14-
metaArrowVersion = '0.7.3'
14+
metaArrowVersion = '0.9.0'
1515
}
1616

1717
dependencies {
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

0 commit comments

Comments
 (0)