Skip to content

Commit 4c3cdeb

Browse files
authored
Scala 3.0.0 (#144)
looks like findutils is still required for scala 3.0.0 final see scala/scala3#11989
1 parent c876102 commit 4c3cdeb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
scalaVersion: ['2.12.13', '2.13.5', '3.0.0-RC3']
19+
scalaVersion: ['2.12.13', '2.13.5', '3.0.0']
2020
javaTag: ['8u282', '11.0.10', '16', '11.0.10-oraclelinux8', 'graalvm-ce-21.1.0-java11', 'graalvm-ce-21.1.0-java8']
2121
include:
2222
- javaTag: '8u282'

oracle/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ARG GROUP_ID
1919
ENV GROUP_ID ${GROUP_ID:-1001}
2020

2121
# Install findutils since find is required for scala 3
22+
# TODO Remove once this has been released: https://github.com/lampepfl/dotty/issues/11989
2223
RUN microdnf install findutils
2324

2425
# Install sbt

0 commit comments

Comments
 (0)