From 98563b019e773c726c4ccad1b7bf9c7a950432a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:11:37 +0000 Subject: [PATCH] scala-cli: Update to version 1.2.2 --- 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 6f39beffb2..cd8566403f 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "1.2.1", + "version": "1.2.2", "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.1/scala-cli-x86_64-pc-win32.zip", - "hash": "165c2a00bffcc93606e4d3b8a30639ab503a3fcd390fc83901e714e1197fd83d" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.2.2/scala-cli-x86_64-pc-win32.zip", + "hash": "775c30004468abb679039fea8c46775a32989a0b169fb2f3dbacb5a92061088c" } }, "bin": "scala-cli.exe",