File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
integration/ide/gen-idea/resources
extended/idea/mill_modules
hello-idea/idea/mill_modules
runner/meta/src/mill/meta Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 109
109
<orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-core_3-0.5.0.jar" level =" project" />
110
110
<orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-requests_3-0.5.0.jar" level =" project" />
111
111
<orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-upickle_3-0.5.0.jar" level =" project" />
112
- <orderEntry type =" library" name =" sourcecode_3-0.4.3-M5 .jar" level =" project" />
112
+ <orderEntry type =" library" name =" sourcecode_3-0.4.4 .jar" level =" project" />
113
113
<orderEntry type =" library" scope =" RUNTIME" name =" specification-level_3-1.8.5.jar" level =" project" />
114
114
<orderEntry type =" library" name =" test-interface-1.0.jar" level =" project" />
115
115
<orderEntry type =" library" scope =" RUNTIME" name =" tika-core-3.2.2.jar" level =" project" />
Original file line number Diff line number Diff line change 111
111
<orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-core_3-0.5.0.jar" level =" project" />
112
112
<orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-requests_3-0.5.0.jar" level =" project" />
113
113
<orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-upickle_3-0.5.0.jar" level =" project" />
114
- <orderEntry type =" library" name =" sourcecode_3-0.4.3-M5 .jar" level =" project" />
114
+ <orderEntry type =" library" name =" sourcecode_3-0.4.4 .jar" level =" project" />
115
115
<orderEntry type =" library" scope =" RUNTIME" name =" specification-level_3-1.8.5.jar" level =" project" />
116
116
<orderEntry type =" library" name =" test-interface-1.0.jar" level =" project" />
117
117
<orderEntry type =" library" scope =" RUNTIME" name =" tika-core-3.2.2.jar" level =" project" />
Original file line number Diff line number Diff line change 105
105
<orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-core_3-0.5.0.jar" level =" project" />
106
106
<orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-requests_3-0.5.0.jar" level =" project" />
107
107
<orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-upickle_3-0.5.0.jar" level =" project" />
108
- <orderEntry type =" library" name =" sourcecode_3-0.4.3-M5 .jar" level =" project" />
108
+ <orderEntry type =" library" name =" sourcecode_3-0.4.4 .jar" level =" project" />
109
109
<orderEntry type =" library" scope =" RUNTIME" name =" specification-level_3-1.8.5.jar" level =" project" />
110
110
<orderEntry type =" library" name =" test-interface-1.0.jar" level =" project" />
111
111
<orderEntry type =" library" scope =" RUNTIME" name =" tika-core-3.2.2.jar" level =" project" />
Original file line number Diff line number Diff line change @@ -116,7 +116,8 @@ object `package` extends MillStableScalaModule {
116
116
},
117
117
"The dependency containing the worker implementation to be loaded at runtime."
118
118
),
119
- BuildInfo.Value("pmdVersion", Deps.RuntimeDeps.pmdDist.version)
119
+ BuildInfo.Value("pmdVersion", Deps.RuntimeDeps.pmdDist.version),
120
+ BuildInfo.Value("comLihaoyiSourcecodeVersion", Deps.sourcecode.version)
120
121
)
121
122
}
122
123
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ object Deps {
172
172
val semanticDBscala = mvn " org.scalameta:::semanticdb-scalac:4.13.9 "
173
173
val semanticDbJava = mvn " com.sourcegraph:semanticdb-java:0.10.3 "
174
174
val semanticDbShared = mvn " org.scalameta:semanticdb-shared_2.13: ${semanticDBscala.version}"
175
- val sourcecode = mvn " com.lihaoyi::sourcecode:0.4.3-M5 "
175
+ val sourcecode = mvn " com.lihaoyi::sourcecode:0.4.4 "
176
176
val springBootTools = mvn " org.springframework.boot:spring-boot-loader-tools:3.5.5 "
177
177
val upickle = mvn " com.lihaoyi::upickle:4.3.0 "
178
178
val upickleNamedTuples = mvn " com.lihaoyi::upickle-implicits-named-tuples:4.3.0 "
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ trait MillBuildRootModule()(implicit
242
242
}
243
243
244
244
def compileMvnDeps = Seq (
245
- mvn " com.lihaoyi::sourcecode:0.4.3-M5 "
245
+ mvn " com.lihaoyi::sourcecode: ${ Versions .comLihaoyiSourcecodeVersion} "
246
246
)
247
247
248
248
override def scalacPluginMvnDeps : T [Seq [Dep ]] = Seq (
You can’t perform that action at this time.
0 commit comments