From fd2cbae0411540f598601b2ed1d0f983d602afa9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:28:19 +0000 Subject: [PATCH] scala-cli: Update to version 1.1.0 --- 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 10738804b8..5c5379dec4 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "1.0.6", + "version": "1.1.0", "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.6/scala-cli-x86_64-pc-win32.zip", - "hash": "2b559ee76b69ce82b806165192dd3b080aebb1d931273381516543d8660fd3a3" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.1.0/scala-cli-x86_64-pc-win32.zip", + "hash": "9c2ab7678d9022504d6e71354de7b9ae8f619052d1765b400f7983957e6a8230" } }, "bin": "scala-cli.exe",