From e74d681ca64c20eff33cf4e34dda6b7f97ebe1e9 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Mon, 1 Jul 2024 11:55:12 +0200 Subject: [PATCH] Bump scala-cli to 1.4.0 (#20859) --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 6ff07701c06b..3fa01ca4337d 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -118,9 +118,9 @@ object Build { val mimaPreviousLTSDottyVersion = "3.3.0" /** Version of Scala CLI to download */ - val scalaCliLauncherVersion = "1.3.2" + val scalaCliLauncherVersion = "1.4.0" /** Version of Scala CLI to download (on Windows - last known validated version) */ - val scalaCliLauncherVersionWindows = "1.3.2" + val scalaCliLauncherVersionWindows = "1.4.0" /** Version of Coursier to download for initializing the local maven repo of Scala command */ val coursierJarVersion = "2.1.10"