Skip to content

Commit

Permalink
compile and publish for java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
goshacodes committed Jan 2, 2025
1 parent a35b864 commit 8ddb77e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
java-version: 8
java-version: 21
distribution: 'adopt'
cache: sbt
- uses: sbt/setup-sbt@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 21
distribution: 'adopt'
- uses: sbt/setup-sbt@v1
- name: Run tests
Expand Down
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ val commonSettings = Defaults.coreDefaultSettings ++ Seq(
"-deprecation",
"-unchecked",
"-feature",
"-release:8",
"-experimental",
"-rewrite"
"-experimental"
)
)

Expand Down

0 comments on commit 8ddb77e

Please sign in to comment.