From 806a5c8cc1c64a0b41cec4f9f7a8f525b1d6300a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 08:30:11 +0000 Subject: [PATCH] scala-cli: Update to version 1.8.4 --- 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 9fc4144043..0032c20b2e 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "1.8.3", + "version": "1.8.4", "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.3/scala-cli-x86_64-pc-win32.zip", - "hash": "7ed29deb53a84e39ccaaa13be92df72d520a5ff3d0e252d39ac1e7a4e0069954" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.8.4/scala-cli-x86_64-pc-win32.zip", + "hash": "c69d211ca41ffbd1f47e5050f918a3a5a443a41ee177934aee1e608427f35221" } }, "bin": "scala-cli.exe",