We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 194228f + f9e7d27 commit cd7abb6Copy full SHA for cd7abb6
project/build.sbt
@@ -19,7 +19,7 @@ libraryDependencies ++= List(
19
// context https://github.com/scalacenter/bloop/pull/2101
20
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.5.202508271544-r",
21
"org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "5.13.5.202508271544-r",
22
- "commons-codec" % "commons-codec" % "1.20.0",
+ "commons-codec" % "commons-codec" % "1.21.0",
23
"org.kohsuke" % "github-api" % "1.330",
24
("ch.epfl.scala" % "jarjar" % "1.7.2-patched")
25
.exclude("org.apache.ant", "ant")
0 commit comments