-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathscala.json
33 lines (33 loc) · 1.17 KB
/
scala.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"version": "3.6.4",
"description": "A modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.",
"homepage": "https://www.scala-lang.org/",
"license": "BSD-3-Clause",
"notes": [
"Scala 3 has been installed. If you haven't migrated yet, install versions/scala2.",
"Or follow the migration guide: https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html"
],
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/scala/scala3/releases/download/3.6.4/scala3-3.6.4.msi",
"hash": "85b208bcda82a5a50b6b3f2f9ae25194acf35756f058d06472639b47214b577a",
"extract_dir": "PFiles\\Scala",
"bin": [
"bin\\scala.bat",
"bin\\scalac.bat",
"bin\\scaladoc.bat"
],
"env_set": {
"SCALA_HOME": "$dir"
},
"checkver": {
"github": "https://github.com/scala/scala3/"
},
"autoupdate": {
"url": "https://github.com/scala/scala3/releases/download/$version/scala3-$version.msi",
"hash": {
"url": "$url.sha256"
}
}
}