We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8349b3 + bf2300d commit 88d4621Copy full SHA for 88d4621
build.sbt
@@ -51,7 +51,7 @@ lazy val javaDebug = project
51
autoScalaLibrary := false,
52
libraryDependencies ++= Seq(
53
"org.apache.commons" % "commons-lang3" % "3.17.0",
54
- "com.google.code.gson" % "gson" % "2.12.1",
+ "com.google.code.gson" % "gson" % "2.13.0",
55
"io.reactivex.rxjava2" % "rxjava" % "2.2.21",
56
"org.reactivestreams" % "reactive-streams" % "1.0.4",
57
"commons-io" % "commons-io" % "2.18.0",
0 commit comments