From 5bf78de012d1f7dacab16a0ed2ada1f65519dd40 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Thu, 15 May 2025 13:21:05 +0200 Subject: [PATCH] Bump Scala CLI to v1.8.0 (was v1.7.1) --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index d622085ed386..6339b26243e3 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -188,7 +188,7 @@ object Build { val mimaPreviousLTSDottyVersion = "3.3.0" /** Version of Scala CLI to download */ - val scalaCliLauncherVersion = "1.7.1" + val scalaCliLauncherVersion = "1.8.0" /** Version of Coursier to download for initializing the local maven repo of Scala command */ val coursierJarVersion = "2.1.24"