From fa429cc33333925dc921f3f97fe50f9cf5342ec2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:30:21 +0000 Subject: [PATCH] scala-cli: Update to version 1.9.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 7639cc7ed8..454aee3e61 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "1.8.5", + "version": "1.9.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.8.5/scala-cli-x86_64-pc-win32.zip", - "hash": "84e2d15659dfa62b861f8d73390d4dc807469b7a3585e3bdb70cce8377843c46" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.9.0/scala-cli-x86_64-pc-win32.zip", + "hash": "4d05f7aca91dedcbe7c025cdf2af037d47b8d751ac88f2c2fe0ef9ce689950d1" } }, "bin": "scala-cli.exe",