Skip to content

Commit 1c3af30

Browse files
GedochaoWojciechMazur
authored andcommitted
Update Scala CLI to 1.5.4 (was 1.5.1) & coursier to 2.1.18 (was 2.1.13) (#22021)
https://github.com/VirtusLab/scala-cli/releases/tag/v1.5.4 https://github.com/coursier/coursier/releases/tag/v2.1.18 cc @WojciechMazur [Cherry-picked 0afabd6]
1 parent f1ad9a9 commit 1c3af30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ object Build {
162162
val mimaPreviousLTSDottyVersion = "3.3.0"
163163

164164
/** Version of Scala CLI to download */
165-
val scalaCliLauncherVersion = "1.5.1"
165+
val scalaCliLauncherVersion = "1.5.4"
166166
/** Version of Coursier to download for initializing the local maven repo of Scala command */
167-
val coursierJarVersion = "2.1.13"
167+
val coursierJarVersion = "2.1.18"
168168

169169
object CompatMode {
170170
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)