We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fda2d98 + 0a750db commit ab6b677Copy full SHA for ab6b677
build.sbt
@@ -30,7 +30,7 @@ lazy val root: Project = project
30
"com.spotify" %% "scio-test" % scioVersion % Test,
31
"org.apache.beam" % "beam-runners-direct-java" % beamVersion,
32
"org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % beamVersion,
33
- "org.slf4j" % "slf4j-simple" % "1.7.32",
+ "org.slf4j" % "slf4j-simple" % "1.7.36",
34
"com.google.http-client" % "google-http-client-apache-v2" % "1.38.1"
35
)
36
0 commit comments