Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mill-build/src/millbuild/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ object Deps {
val ktlint_runtime = mvn"com.pinterest.ktlint:ktlint-core:0.49.1"
val owaspDependencyCheckCli_runtime = mvn"org.owasp:dependency-check-cli:12.2.2"
val palantirFormat_runtime = mvn"com.palantir.javaformat:palantir-java-format:2.90.0"
val pmdDist_runtime = mvn"net.sourceforge.pmd:pmd-dist:7.24.0"
val pmdDist_runtime = mvn"net.sourceforge.pmd:pmd-dist:7.25.0"
val proguard_runtime = mvn"com.guardsquare:proguard-base:7.9.1"
val revApi_runtime = mvn"org.revapi:revapi-standalone:0.12.1"
val sbtTestInterface = mvn"com.github.sbt:junit-interface:0.13.2"
Expand Down
Loading