Skip to content

Commit 4ca490e

Browse files
committed
Update Scala CLI to 1.6.1 (was 1.5.4) & coursier to 2.1.24 (was 2.1.18)
1 parent 0e567c1 commit 4ca490e

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)