We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2674a8 + e74d681 commit c48b224Copy full SHA for c48b224
project/Build.scala
@@ -118,9 +118,9 @@ object Build {
118
val mimaPreviousLTSDottyVersion = "3.3.0"
119
120
/** Version of Scala CLI to download */
121
- val scalaCliLauncherVersion = "1.3.2"
+ val scalaCliLauncherVersion = "1.4.0"
122
/** Version of Scala CLI to download (on Windows - last known validated version) */
123
- val scalaCliLauncherVersionWindows = "1.3.2"
+ val scalaCliLauncherVersionWindows = "1.4.0"
124
/** Version of Coursier to download for initializing the local maven repo of Scala command */
125
val coursierJarVersion = "2.1.10"
126
0 commit comments