Skip to content

Conversation

@liucijus
Copy link
Collaborator

@liucijus liucijus commented Feb 14, 2022

Tech debt clean up. Moving loading of ScalaTest dependencies from scala_repositories to scalatest_repositories, which was an empty call to ease such migration.

Codebases, which get broken after this change, should call scalatest_repositories() in their WORKSPACEs:

load("@io_bazel_rules_scala//testing:scalatest.bzl", "scalatest_repositories", "scalatest_toolchain")

scalatest_repositories() # Loads ScalaTest dependencies

scalatest_toolchain()

@liucijus liucijus requested a review from simuons as a code owner February 14, 2022 19:07
@simuons simuons merged commit bb67c8e into bazel-contrib:master Feb 15, 2022
@liucijus liucijus deleted the move-scalatest-deps branch February 15, 2022 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants