We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c323b commit 4edf6c2Copy full SHA for 4edf6c2
1 file changed
build.sbt
@@ -1112,7 +1112,7 @@ lazy val docs: ProjectMatrix = (projectMatrix in file("generated-docs")) // impo
1112
"org.json4s" %% "json4s-native" % json4sVersion,
1113
"io.circe" %% "circe-generic" % circeVersion,
1114
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion,
1115
- "commons-io" % "commons-io" % "2.21.0",
+ "commons-io" % "commons-io" % "2.22.0",
1116
"io.jaegertracing" % "jaeger-client" % jaegerClientVersion,
1117
"io.opentracing.brave" % "brave-opentracing" % braveOpentracingVersion,
1118
"io.zipkin.reporter2" % "zipkin-sender-okhttp3" % zipkinSenderOkHttpVersion,
0 commit comments