mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	* scala: update to version 3.1.0 * Add note about scala2 * Improve note about migration Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.1.0",
 | 
						|
    "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/lampepfl/dotty/releases/download/3.1.0/scala3-3.1.0.zip",
 | 
						|
    "hash": "2e8e19784779870c0b6e74c6ec530a6a191b470c1c56a20f207977232c88995b",
 | 
						|
    "extract_dir": "scala3-3.1.0",
 | 
						|
    "bin": [
 | 
						|
        "bin\\scala.bat",
 | 
						|
        "bin\\scalac.bat",
 | 
						|
        "bin\\scaladoc.bat"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "SCALA_HOME": "$dir"
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/lampepfl/dotty/"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/lampepfl/dotty/releases/download/$version/scala3-$version.zip",
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/sha256sum.txt"
 | 
						|
        },
 | 
						|
        "extract_dir": "scala3-$version"
 | 
						|
    }
 | 
						|
}
 |