We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06e6413 + 51b2d52 commit b8b6ae3Copy full SHA for b8b6ae3
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.36",
+ "org.slf4j" % "slf4j-simple" % "2.0.16",
34
"com.google.http-client" % "google-http-client-apache-v2" % "1.45.3"
35
)
36
0 commit comments