Skip to content

Commit

Permalink
Merge pull request #10746 from SethTisue/merge-2.12-to-2.13-20240409
Browse files Browse the repository at this point in the history
merge 2.12 to 2.13 20240409 [ci: last-only]
  • Loading branch information
SethTisue committed Apr 9, 2024
2 parents eaecdc8 + 5d8baf9 commit 80ef12f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: [8, 11, 17, 21]
java: [8, 11, 17, 21, 22]
runs-on: ${{matrix.os}}
steps:
- run: git config --global core.autocrlf false
Expand Down
2 changes: 1 addition & 1 deletion project/project/plugins.sbt
@@ -1 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

0 comments on commit 80ef12f

Please sign in to comment.