@@ -28,17 +28,17 @@ load(
2828)
2929
3030
31- # You'll need to pull these in via `rules_jvm_external`. Note that `@annex ` should be replaced with
31+ # You'll need to pull these in via `rules_jvm_external`. Note that `@maven ` should be replaced with
3232# the name of your dependency tree, as specified in the `name` attribute of `maven.install` or
3333# `maven.artifact`.
3434compiler_classpath_2_13 = [
35- " @annex //:org_scala_lang_scala_compiler" ,
36- " @annex //:org_scala_lang_scala_library" ,
37- " @annex //:org_scala_lang_scala_reflect" ,
35+ " @maven //:org_scala_lang_scala_compiler" ,
36+ " @maven //:org_scala_lang_scala_library" ,
37+ " @maven //:org_scala_lang_scala_reflect" ,
3838]
3939
4040# You'll need to pull thus in via `rules_jvm_external`
41- runtime_classpath_2_13 = [" @annex //:org_scala_lang_scala_library" ,]
41+ runtime_classpath_2_13 = [" @maven //:org_scala_lang_scala_library" ,]
4242
4343register_bootstrap_toolchain(
4444 name = " bootstrap_2_13" ,
@@ -52,7 +52,7 @@ register_bootstrap_toolchain(
5252register_zinc_toolchain(
5353 name = " zinc_2_13" ,
5454 # You'll need to pull this in via `rules_jvm_external`
55- compiler_bridge = " @annex //:org_scala_sbt_compiler_bridge_2_13" ,
55+ compiler_bridge = " @maven //:org_scala_sbt_compiler_bridge_2_13" ,
5656 compiler_classpath = compiler_classpath_2_13,
5757 runtime_classpath = runtime_classpath_2_13,
5858 version = " 2.13.14" ,
0 commit comments