File tree 2 files changed +6
-6
lines changed
src/examples/kotlin/io/reactivex/rxjava3/kotlin/examples/retrofit
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
12
12
plugins {
13
13
id(" java-library" )
14
- kotlin(" jvm" ) version " 1.4.0 "
14
+ kotlin(" jvm" ) version " 1.4.10 "
15
15
id(" org.jetbrains.dokka" ) version " 0.9.18"
16
16
id(" maven-publish" )
17
17
id(" com.jfrog.bintray" ) version " 1.8.4"
@@ -39,16 +39,16 @@ val examplesImplementation by configurations.getting {
39
39
}
40
40
41
41
dependencies {
42
- api(" io.reactivex.rxjava3:rxjava:3.0.0 " )
42
+ api(" io.reactivex.rxjava3:rxjava:3.0.6 " )
43
43
implementation(kotlin(" stdlib" ))
44
44
45
45
testImplementation(" org.funktionale:funktionale-partials:1.0.0-final" )
46
46
testImplementation(" junit:junit:4.12" )
47
47
testImplementation(" org.mockito:mockito-core:1.10.19" )
48
48
49
- examplesImplementation(" com.squareup.retrofit2:retrofit:2.7.1 " )
50
- examplesImplementation(" com.github.akarnokd:rxjava3-retrofit- adapter:3.0.0-RC8 " )
51
- examplesImplementation(" com.squareup.retrofit2:converter-moshi:2.7.1 " )
49
+ examplesImplementation(" com.squareup.retrofit2:retrofit:2.9.0 " )
50
+ examplesImplementation(" com.squareup.retrofit2: adapter-rxjava3:2.9.0 " )
51
+ examplesImplementation(" com.squareup.retrofit2:converter-moshi:2.9.0 " )
52
52
}
53
53
54
54
// sources
Original file line number Diff line number Diff line change 1
1
package io.reactivex.rxjava3.kotlin.examples.retrofit
2
2
3
- import hu.akarnokd.rxjava3.retrofit.RxJava3CallAdapterFactory
4
3
import io.reactivex.rxjava3.core.Observable
5
4
import retrofit2.Retrofit
5
+ import retrofit2.adapter.rxjava3.RxJava3CallAdapterFactory
6
6
import retrofit2.converter.moshi.MoshiConverterFactory
7
7
import retrofit2.http.GET
8
8
import retrofit2.http.Query
You can’t perform that action at this time.
0 commit comments