Skip to content

Commit

Permalink
chore: bzlmod release → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Aug 23, 2023
1 parent 11e8101 commit 82344ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/on.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ name: "CI"
- graalvm/**/*.*
- internal/**/*.*
- tools/**/*.*
- "*.bzl"
- "*.bazel"

jobs:
dependency-graph:
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module(
name = "rules_graalvm",
version = "0.9.0",
version = "0.9.1",
)

JAVA_VERSION = "20"
Expand Down

0 comments on commit 82344ab

Please sign in to comment.