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.
1 parent 92ed38c commit 8bbd5dbCopy full SHA for 8bbd5db
build.sbt
@@ -95,7 +95,7 @@ lazy val commonSettings = Seq(
95
"org.graalvm.js" % "js" % "22.3.2",
96
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2",
97
"com.atlassian.sourcemap" % "sourcemap" % "2.0.0",
98
- "commons-io" % "commons-io" % "2.11.0",
+ "commons-io" % "commons-io" % "2.13.0",
99
"org.slf4j" % "slf4j-api" % "2.0.7",
100
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.20.0" % Optional,
101
"org.apache.logging.log4j" % "log4j-core" % "2.20.0" % Optional,
0 commit comments