Skip to content

Commit f7e5df5

Browse files
authored
Update Scala CLI to 1.6.1 (was 1.5.4) & coursier to 2.1.24 (was 2.1.18) (#22445)
https://github.com/VirtusLab/scala-cli/releases/tag/v1.6.1 https://github.com/coursier/coursier/releases/tag/v2.1.24 Should be included in Scala 3.7.0.
2 parents 0e567c1 + 4ca490e commit f7e5df5

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
@@ -184,9 +184,9 @@ object Build {
184184
val mimaPreviousLTSDottyVersion = "3.3.0"
185185

186186
/** Version of Scala CLI to download */
187-
val scalaCliLauncherVersion = "1.5.4"
187+
val scalaCliLauncherVersion = "1.6.1"
188188
/** Version of Coursier to download for initializing the local maven repo of Scala command */
189-
val coursierJarVersion = "2.1.18"
189+
val coursierJarVersion = "2.1.24"
190190

191191
object CompatMode {
192192
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)