Skip to content

Commit

Permalink
Fix test build. Mostly.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Sep 18, 2023
1 parent 7e36078 commit 4509f40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ startup --expand_configs_in_place

common:ci --color=yes

common --incompatible_java_common_parameters=false

build:ci --verbose_failures
build:ci --sandbox_debug
build:ci --spawn_strategy=standalone
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ http_archive(

bind(
name = "default_scala",
actual = "@rules_scala_annex//src/main/scala:zinc_2_12_10",
actual = "@rules_scala_annex//src/main/scala:zinc_2_13_11",
)

load("@rules_scala_annex//rules/scala:workspace.bzl", "scala_register_toolchains", "scala_repositories")
Expand Down

0 comments on commit 4509f40

Please sign in to comment.