File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
modules/cli/src/main/resources/META-INF/native-image/org.virtuslab/scala-cli-core Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1044
1044
}
1045
1045
]
1046
1046
},
1047
+ {
1048
+ "name" : " org.eclipse.jgit.lib.CoreConfig$TrustStat" ,
1049
+ "methods" : [
1050
+ {
1051
+ "name" : " values" ,
1052
+ "parameterTypes" : []
1053
+ }
1054
+ ]
1055
+ },
1047
1056
{
1048
1057
"name" : " org.eclipse.lsp4j.jsonrpc.RemoteEndpoint" ,
1049
1058
"allDeclaredConstructors" : true ,
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 = mvn " org.eclipse.jgit:org.eclipse.jgit:6.8 .0.202311291450 -r "
186
+ def jgit = mvn " org.eclipse.jgit:org.eclipse.jgit:7.3 .0.202506031305 -r "
187
187
def jimfs = mvn " com.google.jimfs:jimfs:1.3.1 "
188
188
def jmhGeneratorBytecode = mvn " org.openjdk.jmh:jmh-generator-bytecode: ${Versions .jmh}"
189
189
def jmhCore = mvn " 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:7.3 .0.202506031305 -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