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 ac98aea + 925b856 commit 7eb0626Copy full SHA for 7eb0626
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.13.0",
+ "com.google.code.gson" % "gson" % "2.13.1",
55
"io.reactivex.rxjava2" % "rxjava" % "2.2.21",
56
"org.reactivestreams" % "reactive-streams" % "1.0.4",
57
"commons-io" % "commons-io" % "2.19.0",
0 commit comments