Skip to content

Commit

Permalink
scala2: Update to version 2.13.13 (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
longhoang0304 authored Apr 11, 2024
1 parent 4e62774 commit 27db9e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bucket/scala2.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "2.13.8",
"version": "2.13.13",
"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",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://downloads.typesafe.com/scala/2.13.8/scala-2.13.8.zip",
"hash": "a80c7378a6ef62f1da56b07ffa71ce502f02b65877e26be89b407c3906dcd6d5",
"extract_dir": "scala-2.13.8",
"url": "https://downloads.typesafe.com/scala/2.13.13/scala-2.13.13.zip",
"hash": "7f2af9c429ba46b81b47e27d633968b8e61ff48ad7a304e09acaa0843081008a",
"extract_dir": "scala-2.13.13",
"bin": [
"bin\\fsc.bat",
"bin\\scala.bat",
Expand All @@ -20,8 +20,8 @@
"SCALA_HOME": "$dir"
},
"checkver": {
"url": "https://www.scala-lang.org/download/scala2.html",
"regex": "scala-([\\d.]+)\\.zip"
"url": "https://www.scala-lang.org/download/all.html",
"regex": "/download/(2[\\d.]+)\\.html"
},
"autoupdate": {
"url": "https://downloads.typesafe.com/scala/$version/scala-$version.zip",
Expand Down

0 comments on commit 27db9e9

Please sign in to comment.