We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeceba9 commit 5d3f42aCopy full SHA for 5d3f42a
build.sbt
@@ -17,7 +17,7 @@ lazy val jacocoPlugin = (project in file("."))
17
"org.jacoco" % "org.jacoco.report" % jacocoVersion,
18
"com.fasterxml.jackson.core" % "jackson-core" % "2.21.0",
19
"org.scalaj" %% "scalaj-http" % "2.4.2" cross CrossVersion.for3Use2_13,
20
- "commons-codec" % "commons-codec" % "1.20.0",
+ "commons-codec" % "commons-codec" % "1.21.0",
21
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.5.202508271544-r",
22
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
23
"org.mockito" % "mockito-core" % "4.11.0" % Test
0 commit comments