Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoran committed Feb 15, 2024
1 parent 961f76d commit 44b2d1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-eval-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21.0.1'
java-version: '21.0.2'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
4 changes: 2 additions & 2 deletions graalpy-eval-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<maven.jar.plugin.version>3.3.0</maven.jar.plugin.version>
<native.image.maven.plugin.version>0.9.28</native.image.maven.plugin.version>
<!-- Select the GraalPy version to use. -->
<graalpy.version>23.1.1</graalpy.version>
<graalpy.version>23.1.2</graalpy.version>
<!-- Specify the main class -->
<main.class>com.oracle.example.graalpy.Main</main.class>
</properties>
Expand Down Expand Up @@ -155,4 +155,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit 44b2d1c

Please sign in to comment.