Skip to content

Commit

Permalink
Merge branch 'master' into bazel-steward/bazel/7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbogacz authored Nov 21, 2024
2 parents 789b720 + 5c0dda6 commit 5719dec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: VirtusLab/bazel-steward@latest
- uses: VirtusLab/bazel-steward@latest
with:
github-personal-token: ${{ secrets.STEWARD_PAT }}
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_jvm_external", version = "6.4")
bazel_dep(name = "rules_jvm_external", version = "6.5")

maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
maven.install(
artifacts = [
"com.softwaremill.sttp.tapir:tapir-core_3:1.11.7",
"com.softwaremill.sttp.tapir:tapir-core_3:1.11.9",
],
fetch_sources = True,
lock_file = "//:maven_install.json",
Expand Down

0 comments on commit 5719dec

Please sign in to comment.