Skip to content

Commit

Permalink
fix sbt bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka committed Sep 30, 2024
1 parent a25e671 commit 77c05a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion rules/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ bzl_library(
"//rules/scala:bzl",
"//rules/scala_proto:bzl",
"//rules/scalafmt:bzl",
"@bazel_tools//tools/build_defs/repo:bzl",
],
deps = [
":jdk_toolchain_utils",
Expand Down
4 changes: 2 additions & 2 deletions scala/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ configure_bootstrap_scala(

configure_zinc_scala(
name = "zinc_3",
compiler_bridge = "@scala3_sbt_bridge_3//jar",
compiler_bridge = "@scala3_sbt_bridge//jar",
compiler_classpath = compiler_classpath_3,
global_scalacopts = scala3_global_scalacopts,
runtime_classpath = runtime_classpath_3,
Expand All @@ -127,7 +127,7 @@ configure_zinc_scala(

configure_zinc_scala(
name = "zinc_3_migration",
compiler_bridge = "@scala3_sbt_bridge_3//jar",
compiler_bridge = "@scala3_sbt_bridge//jar",
compiler_classpath = compiler_classpath_3,
global_scalacopts = ["-source:3.0-migration"],
runtime_classpath = runtime_classpath_3,
Expand Down

0 comments on commit 77c05a6

Please sign in to comment.