Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.9.4"
version = "3.9.6"
runner.dialect = scala213
align.openParenCallSite = false
align.openParenDefnSite = false
Expand Down
8 changes: 4 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,11 @@ go_deps = use_extension(
# - https://go.dev/ref/mod#checksum-database
#
# go list -m golang.org/x/tools@latest
# curl https://sum.golang.org/lookup/golang.org/x/tools@v0.31.0
# curl https://sum.golang.org/lookup/golang.org/x/tools@v0.34.0
go_deps.module(
path = "golang.org/x/tools",
sum = "h1:Q7N1vhpkQv7ybVzLFtTjvQya2ewbwNDZzUgfXGqtMWU=",
version = "v0.32.0",
sum = "h1:4qz2S3zmRxbGIhDIAgjxvFutSvH5EfnsYrRBj0UI0bc=",
version = "v0.33.0",
)
go_deps.module(
path = "github.com/golang/protobuf",
Expand All @@ -300,4 +300,4 @@ use_repo(
"org_golang_x_tools",
)

bazel_dep(name = "rules_python", version = "1.3.0", dev_dependency = True)
bazel_dep(name = "rules_python", version = "1.4.0", dev_dependency = True)
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
6 changes: 3 additions & 3 deletions dt_patches/test_dt_patches/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
6 changes: 3 additions & 3 deletions dt_patches/test_dt_patches_user_srcjar/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
6 changes: 3 additions & 3 deletions examples/crossbuild/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
6 changes: 3 additions & 3 deletions examples/overridden_artifacts/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
6 changes: 3 additions & 3 deletions examples/scala3/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
6 changes: 3 additions & 3 deletions examples/semanticdb/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
6 changes: 3 additions & 3 deletions examples/testing/multi_frameworks_toolchain/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
6 changes: 3 additions & 3 deletions examples/testing/scalatest_repositories/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
6 changes: 3 additions & 3 deletions examples/testing/specs2_junit_repositories/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
4 changes: 2 additions & 2 deletions scripts/create_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
SBT_COMPILER_INTERFACE_VERSION = '1.10.8'
SBT_UTIL_INTERFACE_VERSION = '1.10.11'
SCALATEST_VERSION = "3.2.19"
SCALAFMT_VERSION = "3.9.4"
SCALAFMT_VERSION = "3.9.6"
KIND_PROJECTOR_VERSION = "0.13.3"
PROTOBUF_JAVA_VERSION = "4.30.2"
JLINE_VERSION = '3.29.0'
SCALAPB_VERSION = '1.0.0-alpha.1'
PROTOC_BRIDGE_VERSION = '0.9.8'
GRPC_VERSION = '1.72.0'
GRPC_COMMON_PROTOS_VERSION = '2.55.2'
GRPC_COMMON_PROTOS_VERSION = '2.55.3'
GRPC_LIBS = ['netty', 'protobuf', 'stub']
GUAVA_VERSION = '33.4.8-jre'

Expand Down
2 changes: 1 addition & 1 deletion test/scalafmt/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.9.4"
version = "3.9.6"
runner.dialect = scala213
maxColumn = 40
lineEndings = preserve
6 changes: 3 additions & 3 deletions test_cross_build/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
2 changes: 1 addition & 1 deletion test_cross_build/scalafmt/.scalafmt2.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.9.4"
version = "3.9.6"
runner.dialect = scala213
maxColumn = 40
lineEndings = preserve
2 changes: 1 addition & 1 deletion test_cross_build/scalafmt/.scalafmt3.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.9.4"
version = "3.9.6"
runner.dialect = scala3
maxColumn = 40
lineEndings = preserve
6 changes: 3 additions & 3 deletions test_version/WORKSPACE.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
strip_prefix = "rules_python-1.3.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
strip_prefix = "rules_python-1.4.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down
4 changes: 2 additions & 2 deletions third_party/repositories/scala_2_11.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,8 @@ artifacts = {
"sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6",
},
"scala_proto_rules_proto_google_common_protos": {
"artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2",
"sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5",
"artifact": "com.google.api.grpc:proto-google-common-protos:2.55.3",
"sha256": "6a35af8ee0ec85266f9b0656be1a17b3e73ec029fed76c3073dccdd79d921664",
"deps": [
"@com_google_protobuf_protobuf_java",
],
Expand Down
40 changes: 20 additions & 20 deletions third_party/repositories/scala_2_12.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ artifacts = {
],
},
"org_scalameta_common": {
"artifact": "org.scalameta:common_2.12:4.13.4",
"sha256": "29f64b583396791d2fd07d674b6ea14c66e98070b8c208340a21e945ced3a3f4",
"artifact": "org.scalameta:common_2.12:4.13.5",
"sha256": "673883add62cf7cd7f1de35915243392684d96ebaed65b5854bbcdb3200ef2d9",
"deps": [
"@com_lihaoyi_sourcecode",
"@io_bazel_rules_scala_scala_library",
Expand All @@ -449,8 +449,8 @@ artifacts = {
],
},
"org_scalameta_io": {
"artifact": "org.scalameta:io_2.12:4.13.4",
"sha256": "c9c4fba8d686d802afa407434c4cb1f7e276d756389528f8366d5a221fddb7d0",
"artifact": "org.scalameta:io_2.12:4.13.5",
"sha256": "033dd660381e02c21020381f3959ff0ce57618a7f0359774432a23a9ad16d2c5",
"deps": [
"@io_bazel_rules_scala_scala_library",
],
Expand Down Expand Up @@ -493,25 +493,25 @@ artifacts = {
],
},
"org_scalameta_parsers": {
"artifact": "org.scalameta:parsers_2.12:4.13.4",
"sha256": "730cb97a4858ed4e5ae3145ae823c568cacd58c294fa73d9aabda3a4f09c4de3",
"artifact": "org.scalameta:parsers_2.12:4.13.5",
"sha256": "97b02729822b65f952f6b664ac49b7d760de93e3fb967efca4ac9fdc9f8433ce",
"deps": [
"@io_bazel_rules_scala_scala_library",
"@org_scalameta_trees",
],
},
"org_scalameta_scalafmt_config": {
"artifact": "org.scalameta:scalafmt-config_2.12:3.9.4",
"sha256": "ab923b66fadd66675aedd71836e14cc18dbca2573e33e76ed967d72a4c7d78cd",
"artifact": "org.scalameta:scalafmt-config_2.12:3.9.6",
"sha256": "275da96da0172f0677a925b457d8cc013032b845a351b525b8fc8233f30790c5",
"deps": [
"@io_bazel_rules_scala_scala_library",
"@org_scalameta_metaconfig_core",
"@org_scalameta_metaconfig_typesafe_config",
],
},
"org_scalameta_scalafmt_core": {
"artifact": "org.scalameta:scalafmt-core_2.12:3.9.4",
"sha256": "0bde7a0ec2d335b8e722b04f2df04aa99bfcbf92169bd6de5358a0a29abd0ce0",
"artifact": "org.scalameta:scalafmt-core_2.12:3.9.6",
"sha256": "ebe4069b2c235ac08eead05f15cd460859fb7140b3f996432b495618889c47fe",
"deps": [
"@io_bazel_rules_scala_scala_library",
"@org_scalameta_mdoc_parser",
Expand All @@ -521,25 +521,25 @@ artifacts = {
],
},
"org_scalameta_scalafmt_macros": {
"artifact": "org.scalameta:scalafmt-macros_2.12:3.9.4",
"sha256": "e63c6075b00bb088bb7c6196bee3d1d4bf24a48b82d96afc3a95250de7352672",
"artifact": "org.scalameta:scalafmt-macros_2.12:3.9.6",
"sha256": "4591ee01898fc30fca9f205d45fc3401372b7e8c56a950200d2257283c06b01b",
"deps": [
"@io_bazel_rules_scala_scala_library",
"@io_bazel_rules_scala_scala_reflect",
"@org_scalameta_scalameta",
],
},
"org_scalameta_scalafmt_sysops": {
"artifact": "org.scalameta:scalafmt-sysops_2.12:3.9.4",
"sha256": "692e500687e5b74eff488a127fdbb9e7e70e14eef0942d4a831018042a225a24",
"artifact": "org.scalameta:scalafmt-sysops_2.12:3.9.6",
"sha256": "a871c62fc786900f7c23afa8546bfc22d8aaeda97aa52ce2aab25f058767a09f",
"deps": [
"@com_github_bigwheel_util_backports",
"@io_bazel_rules_scala_scala_library",
],
},
"org_scalameta_scalameta": {
"artifact": "org.scalameta:scalameta_2.12:4.13.4",
"sha256": "9cd33c7bde177792b70fbc7a071a7016aa59fede9a0c626e040961c2b81c1877",
"artifact": "org.scalameta:scalameta_2.12:4.13.5",
"sha256": "e216256fc19f5ef83f0cd634924238c59e7af2a8bb8509bdc624334a68e9b695",
"deps": [
"@io_bazel_rules_scala_scala_library",
"@org_scalameta_parsers",
Expand All @@ -553,8 +553,8 @@ artifacts = {
],
},
"org_scalameta_trees": {
"artifact": "org.scalameta:trees_2.12:4.13.4",
"sha256": "a9155e718d0110cb23fc4f5429325ee6fb7487182f646c7cf03d64652d5c41f1",
"artifact": "org.scalameta:trees_2.12:4.13.5",
"sha256": "6af72167e60dfa8ffb7d45fb33df079be0d3ee40042f05d67bb94957d9597b18",
"deps": [
"@io_bazel_rules_scala_scala_library",
"@org_scalameta_common",
Expand Down Expand Up @@ -812,8 +812,8 @@ artifacts = {
"sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6",
},
"scala_proto_rules_proto_google_common_protos": {
"artifact": "com.google.api.grpc:proto-google-common-protos:2.55.2",
"sha256": "59b58dee7371e23ddbfd56320b8cf438b4faf0760f7fe608075b6a0b857bc4e5",
"artifact": "com.google.api.grpc:proto-google-common-protos:2.55.3",
"sha256": "6a35af8ee0ec85266f9b0656be1a17b3e73ec029fed76c3073dccdd79d921664",
"deps": [
"@com_google_protobuf_protobuf_java",
],
Expand Down
Loading