Skip to content

Commit 04748d9

Browse files
committed
Match the CI setup used in the sbt/setup-sbt project
1 parent c413afa commit 04748d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
python-version: "pypy-3.8"
2121
- os: macos-latest
2222
python-version: "3.10"
23+
java: 8
24+
distribution: zulu
2325
steps:
2426
- name: Checkout
2527
uses: actions/checkout@v4

gateway_provisioners/kernel-launchers/scala/toree-launcher/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Jupyter Development Team.
33
# Distributed under the terms of the Modified BSD License.
44
#
5-
sbt.version = 1.6.0
5+
sbt.version = 1.11.0

0 commit comments

Comments
 (0)