Updated to Scala 3.2.2

This commit is contained in:
RVG|lory 2023-04-08 17:10:18 +02:00 committed by GitHub
parent 86d897d580
commit b228f8a3b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 44 additions and 0 deletions

5
packages/scala/3.2.2/environment vendored Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Scala requires JAVA_HOME to be set
export JAVA_HOME=$PWD
export PATH=$PWD/bin:$PATH