Skip to content

Commit

Permalink
chore: pick up visibility fix in rules_jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Aug 14, 2023
1 parent dcbc1d7 commit 0336c89
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/aspect/root/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ go_library(
"//cmd/aspect/sync",
"//cmd/aspect/test",
"//cmd/aspect/version",
"//docs/versioned/cli/help",
"//docs/help/topics",
"//pkg/aspect/root/flags",
"//pkg/ioutils",
"//pkg/plugin/system",
Expand Down
2 changes: 1 addition & 1 deletion cmd/aspect/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ import (
"aspect.build/cli/cmd/aspect/sync"
"aspect.build/cli/cmd/aspect/test"
"aspect.build/cli/cmd/aspect/version"
help_docs "aspect.build/cli/docs/help/topics"
"aspect.build/cli/pkg/aspect/root/flags"
"aspect.build/cli/pkg/ioutils"
"aspect.build/cli/pkg/plugin/system"
help_docs "github.com/aspect-build/silo/docs/versioned/cli/help"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions go.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def deps():
name = "com_github_bazel_contrib_rules_jvm",
build_file_proto_mode = "disable_global",
importpath = "github.com/bazel-contrib/rules_jvm",
sum = "h1:Sm5+nBadu14haQpSGejRXC3tMpAJI49RYbg93DfYVLo=",
version = "v0.13.0",
sum = "h1:oJxriPrBPGxugqkQiFceyzuBYgaFiUBTFM8xhrErPKs=",
version = "v0.17.1-0.20230814153054-0ce5d051291b",
)

go_repository(
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/bazel-contrib/rules_jvm v0.13.0
github.com/bazel-contrib/rules_jvm v0.17.1-0.20230814153054-0ce5d051291b
github.com/bazelbuild/bazel-gazelle v0.31.0
github.com/bazelbuild/bazelisk v1.17.0
github.com/bazelbuild/buildtools v0.0.0-20230510134650-37bd1811516d
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0
github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
github.com/bazel-contrib/rules_jvm v0.13.0 h1:Sm5+nBadu14haQpSGejRXC3tMpAJI49RYbg93DfYVLo=
github.com/bazel-contrib/rules_jvm v0.13.0/go.mod h1:8WqhezdBMI9So2ASJrbwSbAvDEYlE28ssdQyDEm57GM=
github.com/bazel-contrib/rules_jvm v0.17.1-0.20230814153054-0ce5d051291b h1:oJxriPrBPGxugqkQiFceyzuBYgaFiUBTFM8xhrErPKs=
github.com/bazel-contrib/rules_jvm v0.17.1-0.20230814153054-0ce5d051291b/go.mod h1:tZ4zJRqWBNjRdaU+eE9ppdRZBrjWAYfaRYoe3bBwsCc=
github.com/bazelbuild/bazel-gazelle v0.31.0 h1:D5oumrfJODIy/6jMxx8Aq4LtmXeyvqhsZ136NySl3fQ=
github.com/bazelbuild/bazel-gazelle v0.31.0/go.mod h1:Ul0pqz50f5wxz0QNzsZ+mrEu4AVAVJZEB5xLnHgIG9c=
github.com/bazelbuild/bazelisk v1.17.0 h1:TDt+a1PYrnBF9on3WRJUisXXFhCMrhcNo8OebyS5Q34=
Expand Down

0 comments on commit 0336c89

Please sign in to comment.