Skip to content

Commit

Permalink
Use maven lock-file (#1134)
Browse files Browse the repository at this point in the history
* Use maven lock-file and bump rules_jvm_external to 6.0

* bump deps in WORKSPACE

* Revert "bump deps in WORKSPACE"

This reverts commit e3aebfe.

* revert version bumps
  • Loading branch information
scaiper authored Mar 19, 2024
1 parent be6fb59 commit 14ea5f1
Show file tree
Hide file tree
Showing 2 changed files with 2,040 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,16 @@ maven.install(
"org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc",
"org.pantsbuild:jarjar:1.7.2",
],
fail_if_repin_required = True,
fetch_sources = True,
lock_file = "//:kotlin_rules_maven_install.json",
repositories = [
"https://maven-central.storage.googleapis.com/repos/central/data/",
"https://maven.google.com",
"https://repo1.maven.org/maven2",
],
)
use_repo(maven, "kotlin_rules_maven")
use_repo(maven, "kotlin_rules_maven", "unpinned_kotlin_rules_maven")

bazel_dep(name = "rules_pkg", version = "0.7.0")
bazel_dep(name = "stardoc", version = "0.5.6", repo_name = "io_bazel_stardoc")
Expand Down
Loading

0 comments on commit 14ea5f1

Please sign in to comment.