From e184eafff3d57a83b8d951737772504cae297e71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:08:33 +0000 Subject: [PATCH] scala-cli: Update to version 1.2.1 --- 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 1a012618fc..6f39beffb2 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "1.2.0", + "version": "1.2.1", "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.2.0/scala-cli-x86_64-pc-win32.zip", - "hash": "5e378b646fa8aae86ae88345682fe7f1ee656a1ac065d8f63c55e2735bd1f0ed" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.2.1/scala-cli-x86_64-pc-win32.zip", + "hash": "165c2a00bffcc93606e4d3b8a30639ab503a3fcd390fc83901e714e1197fd83d" } }, "bin": "scala-cli.exe",