Skip to content

Commit 4e0df94

Browse files
committed
Removed some synchronized
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 0669035 commit 4e0df94

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
uses: actions/setup-java@v4
1818
with:
1919
distribution: 'temurin'
20-
java-version: '21'
20+
java-version: '23'
21+
cache: "sbt"
22+
- uses: sbt/setup-sbt@v1
2123
- uses: actions/cache@v4
2224
with:
2325
path: |

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
uses: actions/setup-java@v4
2525
with:
2626
distribution: 'temurin'
27-
java-version: '21'
27+
java-version: '23'
28+
cache: "sbt"
29+
- uses: sbt/setup-sbt@v1
2830
- uses: actions/cache@v4
2931
with:
3032
path: |

0 commit comments

Comments
 (0)