From 848edcf1f4b2c7d2b6e98e58dd7893d5e41c39fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:31:38 +0000 Subject: [PATCH] scala-cli: Update to version 1.5.1 --- 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 ada61aebf5..c2c8f2d433 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "1.5.0", + "version": "1.5.1", "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.5.0/scala-cli-x86_64-pc-win32.zip", - "hash": "acf8cbb5423f530fd32ba7275d8af585d5d49ffd44bf21b0e372a2049c8eb53e" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.5.1/scala-cli-x86_64-pc-win32.zip", + "hash": "d74f014a875c58b0fa0dd67e0ad75223d3c259be65a8d41bcceb4462f64bcea3" } }, "bin": "scala-cli.exe",