From 2619284df40d4a7e523d0f8e2394bb9fca8e2c40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 20:24:36 +0000 Subject: [PATCH] scala-cli: Update to version 1.0.3 --- bucket/scala-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/scala-cli.json b/bucket/scala-cli.json index 9649914ef9..c2c792a9c6 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "1.0.2", + "version": "1.0.3", "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/v1.0.2/scala-cli-x86_64-pc-win32.zip", - "hash": "dc581108936e97034b0800e2ad678b4a4e84e2fc394e60a5baedddebd4f806dd" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.0.3/scala-cli-x86_64-pc-win32.zip", + "hash": "d6a6fdc0f7c93386f97dca14d9eefb3636d6c0fd66611de4b839b6ae3fc0eef4" } }, "bin": "scala-cli.exe",