File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/examples/kotlin/io/reactivex/rxjava3/kotlin/examples/retrofit Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111
1212plugins {
1313 id(" java-library" )
14- kotlin(" jvm" ) version " 1.4.0 "
14+ kotlin(" jvm" ) version " 1.4.10 "
1515 id(" org.jetbrains.dokka" ) version " 0.9.18"
1616 id(" maven-publish" )
1717 id(" com.jfrog.bintray" ) version " 1.8.4"
@@ -39,16 +39,16 @@ val examplesImplementation by configurations.getting {
3939}
4040
4141dependencies {
42- api(" io.reactivex.rxjava3:rxjava:3.0.0 " )
42+ api(" io.reactivex.rxjava3:rxjava:3.0.6 " )
4343 implementation(kotlin(" stdlib" ))
4444
4545 testImplementation(" org.funktionale:funktionale-partials:1.0.0-final" )
4646 testImplementation(" junit:junit:4.12" )
4747 testImplementation(" org.mockito:mockito-core:1.10.19" )
4848
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 " )
5252}
5353
5454// sources
Original file line number Diff line number Diff line change 11package io.reactivex.rxjava3.kotlin.examples.retrofit
22
3- import hu.akarnokd.rxjava3.retrofit.RxJava3CallAdapterFactory
43import io.reactivex.rxjava3.core.Observable
54import retrofit2.Retrofit
5+ import retrofit2.adapter.rxjava3.RxJava3CallAdapterFactory
66import retrofit2.converter.moshi.MoshiConverterFactory
77import retrofit2.http.GET
88import retrofit2.http.Query
You can’t perform that action at this time.
0 commit comments