File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ object Deps {
184
184
" org.jline" -> " jline-terminal" ,
185
185
" org.jline" -> " jline-terminal-jna"
186
186
)
187
- def jgit = ivy " org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450 -r "
187
+ def jgit = ivy " org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210 -r "
188
188
def jimfs = ivy " com.google.jimfs:jimfs:1.3.1 "
189
189
def jmhGeneratorBytecode = ivy " org.openjdk.jmh:jmh-generator-bytecode: ${Versions .jmh}"
190
190
def jmhCore = ivy " org.openjdk.jmh:jmh-core: ${Versions .jmh}"
Original file line number Diff line number Diff line change 1
1
package build .project .publish
2
2
import $ivy .`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
3
- import $ivy .`org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450 -r`
3
+ import $ivy .`org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210 -r`
4
4
import build .project .settings
5
5
import com .lumidion .sonatype .central .client .core .{PublishingType , SonatypeCredentials }
6
6
import settings .{PublishLocalNoFluff , workspaceDirName }
You can’t perform that action at this time.
0 commit comments