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 fb2eb4e + cfe848a commit bc910faCopy full SHA for bc910fa
project/build.sbt
@@ -21,7 +21,7 @@ libraryDependencies ++= List(
21
// context https://github.com/scalacenter/bloop/pull/2101
22
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r",
23
"org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "5.13.3.202401111512-r",
24
- "commons-codec" % "commons-codec" % "1.16.0",
+ "commons-codec" % "commons-codec" % "1.16.1",
25
("ch.epfl.scala" % "jarjar" % "1.7.2-patched")
26
.exclude("org.apache.ant", "ant")
27
)
0 commit comments