Skip to content

Commit 08b74f3

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 (#22025)
Backports #22021 to the 3.6.2. PR submitted by the release tooling. --------- Co-authored-by: Kacper Korban <[email protected]> Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 8814f7c commit 08b74f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ object Build {
156156
val mimaPreviousLTSDottyVersion = "3.3.0"
157157

158158
/** Version of Scala CLI to download */
159-
val scalaCliLauncherVersion = "1.5.1"
159+
val scalaCliLauncherVersion = "1.5.4"
160160
/** Version of Coursier to download for initializing the local maven repo of Scala command */
161-
val coursierJarVersion = "2.1.13"
161+
val coursierJarVersion = "2.1.18"
162162

163163
object CompatMode {
164164
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)