From dce00e0118114171a34bfe048ed17d26b16fb274 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:26:46 +0000 Subject: [PATCH] scala-cli: Update to version 1.0.5 --- 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 95e1a15153..ba9d13eed4 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "1.0.4", + "version": "1.0.5", "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.4/scala-cli-x86_64-pc-win32.zip", - "hash": "4ac3a10afc516b3935b7b4f1fb99d0ba8a7252c43879524241c87c92d703f826" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.0.5/scala-cli-x86_64-pc-win32.zip", + "hash": "ad8e99bd7897b1989030197d04fd195a0dec8ead76e209f0f26b49e5f5a401ed" } }, "bin": "scala-cli.exe",