Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
fix: Bump scala rules to a version using secure maven central
Browse files Browse the repository at this point in the history
PR discussing this issue: bazelbuild/rules_scala#920
  • Loading branch information
daniellervik committed Jan 17, 2020
1 parent 4e22760 commit 4150a5a
Show file tree
Hide file tree
Showing 5 changed files with 550 additions and 436 deletions.
6 changes: 3 additions & 3 deletions 3rdparty/dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version 1
file ecaa20b79e192e1041835f932b96a8724eb56330d71949f3d24b5b6e3872655a 3rdparty/dependencies.yaml
file bda25e1cdc6d95b2cec1db22699d424e7dee35777375739e451eca2002dca8e4 3rdparty/dependencies.yaml
file 830be5b220c9df5311d93b2c9efd73a2375177496ceb99f3fe9c9277a9fb54b9 3rdparty/jvm/ch/qos/logback/BUILD
file 6ab13b7da08accaa85fb333f7400805c2edb9157462da566992745cf543ae2f0 3rdparty/jvm/com/fasterxml/jackson/core/BUILD
file dbdb23a7351b102571a5f20626361a273d4f39b127c4310653c6b010d252713e 3rdparty/jvm/com/fasterxml/jackson/dataformat/BUILD
Expand All @@ -19,6 +19,6 @@ file 3fd6ce98c1bde08aa544650e5b8b879e29e13a8c587fe081247c3b60584fd61c 3rdparty/j
file 1368d04300455d30ac0e5dbcfdea7a9b92aacb8d60d138a0f87ca76c6b955660 3rdparty/jvm/org/scala-lang/BUILD
file 376f27429d5a517f7ee7dfad13d1f616ee847659ab348a93f69014e9df2a14fd 3rdparty/jvm/org/slf4j/BUILD
file ad267340b4ae14de59cd0ef38cfd5dde3215edc96458d826be4aac4ad21a96a2 3rdparty/maven-install.json
file b7321176ed6208b991c3665a351d5e7af6c41b59b603dff0cd4107da481f9e35 3rdparty/repositories.bzl
file decce99941f4d659de573bf692c35148f94a2e2279df2af0f73b6c1b11577838 3rdparty/resolved.bzl
file e889bdb6e64412baae72e70a9083b75ce615bb285380150ee16d30410ae781cb 3rdparty/repositories.bzl
file c01c4f8dd699c8d8fe2a65a6b70c0ec7e133bff57517557e17e300930658c4fb 3rdparty/resolved.bzl
file d981ed392cbc33fb54a9800bc5d9e5d694fce4ce094df17c542010c98fc25e92 3rdparty/workspace.bzl
2 changes: 1 addition & 1 deletion 3rdparty/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ github:
commit: a667c18bef6ec5a11f1cbf40b219d541c48e942e
io_bazel_rules_scala:
repo: bazelbuild/rules_scala
commit: 886bc9cf6d299545510b39b4872bbb5dc7526cb3
commit: 6c16cff213b76a4126bdc850956046da5db1daaa
rules_python:
repo: bazelbuild/rules_python
commit: 94677401bc56ed5d756f50b441a6a5c7f735a6d4
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ def repositories(github_callback = None):
github_callback(name = "io_bazel", repository = "bazelbuild/bazel", tag = "1.2.1")
github_callback(name = "io_bazel_buildtools", repository = "bazelbuild/buildtools", commit = "77355e5628b4bfffa932bc8645ea165d9f5c486d")
github_callback(name = "io_bazel_rules_go", repository = "bazelbuild/rules_go", commit = "a667c18bef6ec5a11f1cbf40b219d541c48e942e")
github_callback(name = "io_bazel_rules_scala", repository = "bazelbuild/rules_scala", commit = "886bc9cf6d299545510b39b4872bbb5dc7526cb3")
github_callback(name = "io_bazel_rules_scala", repository = "bazelbuild/rules_scala", commit = "6c16cff213b76a4126bdc850956046da5db1daaa")
github_callback(name = "rules_python", repository = "bazelbuild/rules_python", commit = "94677401bc56ed5d756f50b441a6a5c7f735a6d4")
github_callback(name = "rules_jvm_external", repository = "bazelbuild/rules_jvm_external", tag = "3.0")
Loading

0 comments on commit 4150a5a

Please sign in to comment.