File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
integration/ide/gen-idea/resources
extended/idea/mill_modules
hello-idea/idea/mill_modules Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 107107 <orderEntry type =" library" scope =" PROVIDED" name =" scala3-library_3-3.3.3.jar" level =" project" />
108108 <orderEntry type =" library" name =" scala3-library_3-3.7.3.jar" level =" project" />
109109 <orderEntry type =" library" scope =" RUNTIME" name =" slf4j-api-2.0.17.jar" level =" project" />
110- <orderEntry type =" library" name =" snakeyaml-engine-2.10.jar" level =" project" />
110+ <orderEntry type =" library" scope = " RUNTIME " name =" snakeyaml-engine-2.10.jar" level =" project" />
111111 <orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-core_3-0.5.0.jar" level =" project" />
112112 <orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-requests_3-0.5.0.jar" level =" project" />
113113 <orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-upickle_3-0.5.0.jar" level =" project" />
Original file line number Diff line number Diff line change 103103 <orderEntry type =" library" scope =" PROVIDED" name =" scala3-library_3-3.3.3.jar" level =" project" />
104104 <orderEntry type =" library" name =" scala3-library_3-3.7.3.jar" level =" project" />
105105 <orderEntry type =" library" scope =" RUNTIME" name =" slf4j-api-2.0.17.jar" level =" project" />
106- <orderEntry type =" library" name =" snakeyaml-engine-2.10.jar" level =" project" />
106+ <orderEntry type =" library" scope = " RUNTIME " name =" snakeyaml-engine-2.10.jar" level =" project" />
107107 <orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-core_3-0.5.0.jar" level =" project" />
108108 <orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-requests_3-0.5.0.jar" level =" project" />
109109 <orderEntry type =" library" scope =" RUNTIME" name =" sonatype-central-client-upickle_3-0.5.0.jar" level =" project" />
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import millbuild.*
1010 */
1111object `package` extends MillPublishScalaModule with BuildInfo {
1212 def moduleDeps = Seq(build.core.api, build.libs.scalalib, build.libs.kotlinlib)
13- def mvnDeps = Seq(Deps.snakeyamlEngine)
1413 def runModuleDeps = Seq(build.core.internal)
1514 def compileModuleDeps = Seq(build.core.internal)
1615
You can’t perform that action at this time.
0 commit comments