Skip to content

Commit

Permalink
Update EISOP version in examples (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl authored Dec 21, 2024
1 parent 4b27a73 commit 84f02e8
Show file tree
Hide file tree
Showing 5 changed files with 972 additions and 231 deletions.
4 changes: 2 additions & 2 deletions docs/examples/BazelExample/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ bazel_dep(name = "rules_jvm_external", version = "6.2")
maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
maven.install(
artifacts = [
"io.github.eisop:checker-qual:3.42.0-eisop4",
"io.github.eisop:checker:3.42.0-eisop4",
"io.github.eisop:checker-qual:3.42.0-eisop5",
"io.github.eisop:checker:3.42.0-eisop5",
],
lock_file = "//:maven_install.json",
)
Expand Down
Loading

0 comments on commit 84f02e8

Please sign in to comment.