From 0df66651466c7705ef0bad384749b761e9ae7967 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:27:50 +0000 Subject: [PATCH] scala-cli: Update to version 1.1.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 12aff629cf..127e7d212f 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.1.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.1.1/scala-cli-x86_64-pc-win32.zip", - "hash": "5516c6d051ccd3c05e529310753cfd9350361c65b61f6a1115ac711abb04b693" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.1.2/scala-cli-x86_64-pc-win32.zip", + "hash": "a2be14ecffdb0b6cf68a717cb623ade98484b1e7d9905908a4a56cc94c992833" } }, "bin": "scala-cli.exe",