@@ -9,25 +9,25 @@ lazy val root = (project in file(".")).
99 publishArtifact in (Compile, packageDoc) := false,
1010 resolvers += Resolver.mavenLocal,
1111 libraryDependencies ++= Seq(
12- "com.squareup.retrofit2" % "retrofit" % "2.3 .0" % "compile",
13- "com.squareup.retrofit2" % "converter-scalars" % "2.3 .0" % "compile",
12+ "com.squareup.retrofit2" % "retrofit" % "2.11 .0" % "compile",
13+ "com.squareup.retrofit2" % "converter-scalars" % "2.11 .0" % "compile",
1414 { {^usePlayWS} }
15- "com.squareup.retrofit2" % "converter-gson" % "2.3 .0" % "compile",
15+ "com.squareup.retrofit2" % "converter-gson" % "2.11 .0" % "compile",
1616 { {/usePlayWS} }
1717 { {#usePlayWS} }
1818 "com.typesafe.play" % "play-ahc-ws_2.12" % "2.6.7" % "compile",
1919 "jakarta.validation" % "jakarta.validation-api" % "3.0.2" % "compile",
20- "com.squareup.retrofit2" % "converter-jackson" % "2.3 .0" % "compile",
20+ "com.squareup.retrofit2" % "converter-jackson" % "2.11 .0" % "compile",
2121 "com.fasterxml.jackson.core" % "jackson-core" % "2.17.1" % "compile",
2222 "com.fasterxml.jackson.core" % "jackson-annotations" % "2.17.1" % "compile",
2323 "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1" % "compile",
2424 { {/usePlayWS} }
2525 { {#useRxJava2} }
26- "com.squareup.retrofit2" % "adapter-rxjava2" % "2.3 .0" % "compile",
26+ "com.squareup.retrofit2" % "adapter-rxjava2" % "2.11 .0" % "compile",
2727 "io.reactivex.rxjava2" % "rxjava" % "2.1.1" % "compile",
2828 { {/useRxJava2} }
2929 { {#useRxJava3} }
30- "com.github.akarnokd " % "rxjava3-retrofit- adapter" % "3.0 .0" % "compile",
30+ "com.squareup.retrofit2 " % "adapter-rxjava3 " % "2.11 .0" % "compile",
3131 "io.reactivex.rxjava3" % "rxjava" % "3.0.4" % "compile",
3232 { {/useRxJava3} }
3333 "io.swagger" % "swagger-annotations" % "1.5.21" % "compile",
0 commit comments