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 @@ -183,7 +183,7 @@ object Deps {
183
183
" org.jline" -> " jline-terminal" ,
184
184
" org.jline" -> " jline-terminal-jna"
185
185
)
186
- def jgit = ivy " org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450 -r "
186
+ def jgit = ivy " org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210 -r "
187
187
def jimfs = ivy " com.google.jimfs:jimfs:1.3.0 "
188
188
def jmhGeneratorBytecode = ivy " org.openjdk.jmh:jmh-generator-bytecode: ${Versions .jmh}"
189
189
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