From fe94a7439b6058f2d48b81bbab970ad0c506733e Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Mon, 9 Jun 2025 16:28:52 +0200 Subject: [PATCH] Bump Scala CLI to v1.8.1 (was v1.8.0) --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index cf6c10a53192..88b6f051cf88 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -187,7 +187,7 @@ object Build { val mimaPreviousLTSDottyVersion = "3.3.0" /** Version of Scala CLI to download */ - val scalaCliLauncherVersion = "1.8.0" + val scalaCliLauncherVersion = "1.8.1" /** Version of Coursier to download for initializing the local maven repo of Scala command */ val coursierJarVersion = "2.1.24"