Skip to content

Commit e07cab5

Browse files
WojciechMazurKacperFKorbanGedochao
authored
Backport "Update Scala CLI to 1.5.4 (was 1.5.1) & coursier to 2.1.18 (was 2.1.13)" to 3.6 (#22173)
Backports #22021 to the 3.6.3. PR submitted by the release tooling. [skip ci] --------- Co-authored-by: Kacper Korban <[email protected]> Co-authored-by: Piotr Chabelski <[email protected]>
1 parent b43f630 commit e07cab5

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
@@ -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)