From 13223a3c2323303343df4b51f7e8a0a28bd89e15 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Fri, 23 Aug 2024 13:07:25 +0200 Subject: [PATCH] Bump scala-cli to 1.5.0 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 54ac84734486..bfbcc04c3e93 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -124,7 +124,7 @@ object Build { val mimaPreviousLTSDottyVersion = "3.3.0" /** Version of Scala CLI to download */ - val scalaCliLauncherVersion = "1.4.3" + val scalaCliLauncherVersion = "1.5.0" /** Version of Coursier to download for initializing the local maven repo of Scala command */ val coursierJarVersion = "2.1.10"