File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ filegroup(
5252 "go.sum" ,
5353 "maven_akka_install.json" ,
5454 "maven_install.json" ,
55+ "maven_scala_install.json" ,
5556 "maven_zio_install.json" ,
5657 "package.json" ,
57- "rules_jvm_external~~maven~maven_scala_install.json" ,
5858 "//cmd/gazelle:all_files" ,
5959 "//cmd/gencopy:all_files" ,
6060 "//extensions:all_files" ,
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ maven.install(
245245 "grpc-java" ,
246246 "protobuf" ,
247247 ],
248- lock_file = "maven_install.json" ,
248+ lock_file = "//: maven_install.json" ,
249249)
250250maven .install (
251251 name = "maven_scala" ,
@@ -256,7 +256,7 @@ maven.install(
256256 "com.thesamet.scalapb:scalapb-runtime_2.12:0.11.5" ,
257257 "com.thesamet.scalapb:scalapb-runtime-grpc_2.12:0.11.5" ,
258258 ],
259- lock_file = "rules_jvm_external~~maven~ maven_scala_install.json" ,
259+ lock_file = "//: maven_scala_install.json" ,
260260 repositories = ["https://repo1.maven.org/maven2" ],
261261)
262262maven .install (
File renamed without changes.
You can’t perform that action at this time.
0 commit comments