diff --git a/bucket/scala-cli.json b/bucket/scala-cli.json index 4d4ca35d48..5e0b94545f 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "0.2.1", + "version": "1.0.0", "description": "Command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)", "homepage": "https://scala-cli.virtuslab.org/", "license": "Apache-2.0", @@ -9,8 +9,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Virtuslab/scala-cli/releases/download/v0.2.1/scala-cli-x86_64-pc-win32.zip", - "hash": "dc82283661b88bd9c6b7a7a9947be64cdc0b0536bb316e632b408f7cd85e799a" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.0.0/scala-cli-x86_64-pc-win32.zip", + "hash": "96fb8dc65106cae7b4698edcb8d03a655b630975c31af6ff7c2e91c2904c5fb7" } }, "bin": "scala-cli.exe",