11 lines
305 B
Python
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",
|
|
)
|