Skip to content

Commit c48b224

Browse files
Backport "Bump scala-cli to 1.4.0" to 3.5.0 (#20909)
Backports #20859 to Scala 3.5.0-RC3
2 parents e2674a8 + e74d681 commit c48b224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ object Build {
118118
val mimaPreviousLTSDottyVersion = "3.3.0"
119119

120120
/** Version of Scala CLI to download */
121-
val scalaCliLauncherVersion = "1.3.2"
121+
val scalaCliLauncherVersion = "1.4.0"
122122
/** Version of Scala CLI to download (on Windows - last known validated version) */
123-
val scalaCliLauncherVersionWindows = "1.3.2"
123+
val scalaCliLauncherVersionWindows = "1.4.0"
124124
/** Version of Coursier to download for initializing the local maven repo of Scala command */
125125
val coursierJarVersion = "2.1.10"
126126

0 commit comments

Comments
 (0)