Files
wvpl_license_sdk/centos/WORKSPACE
2025-05-29 12:21:32 -07:00

11 lines
305 B
Python

# Copyright 2021 Google LLC
# License SDK Copybara Release WORKSPACE.
workspace(name = "license_server_sdk")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "abseil_repo",
tag = "20211102.0",
remote = "https://github.com/abseil/abseil-cpp.git",
)