From 1a7af78193fd704fc857e90cc952806e86adacf2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:30:26 +0000 Subject: [PATCH] scala-cli: Update to version 1.11.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 865475c3fd..a8c2d55801 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "1.10.1", + "version": "1.11.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.10.1/scala-cli-x86_64-pc-win32.zip", - "hash": "05b411e1965ffb912ab22fe53bbf560e8c75d2351492815e360203a8bbafbec2" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.11.0/scala-cli-x86_64-pc-win32.zip", + "hash": "09e1b37d955a45101d089fd869ca1d9ac4e5dca9da74c8503ecc55bdb9b3bce6" } }, "bin": "scala-cli.exe",