From a81172da1367ac932c8a1085c0ff87661e370aae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:31:43 +0000 Subject: [PATCH] scala-cli: Update to version 1.5.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 da035606d8..ada61aebf5 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -1,5 +1,5 @@ { - "version": "1.4.3", + "version": "1.5.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.4.3/scala-cli-x86_64-pc-win32.zip", - "hash": "5c626b5222cb48eeb36fed7302d54d8cd29296c0b165388299202fcc2f633952" + "url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.5.0/scala-cli-x86_64-pc-win32.zip", + "hash": "acf8cbb5423f530fd32ba7275d8af585d5d49ffd44bf21b0e372a2049c8eb53e" } }, "bin": "scala-cli.exe",