Skip to content

Commit

Permalink
Backport "Update Scala CLI to 1.5.4 (was 1.5.1) & coursier to 2.1.1…
Browse files Browse the repository at this point in the history
…8 (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]>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent b43f630 commit e07cab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ object Build {
val mimaPreviousLTSDottyVersion = "3.3.0"

/** Version of Scala CLI to download */
val scalaCliLauncherVersion = "1.5.1"
val scalaCliLauncherVersion = "1.5.4"
/** Version of Coursier to download for initializing the local maven repo of Scala command */
val coursierJarVersion = "2.1.13"
val coursierJarVersion = "2.1.18"

object CompatMode {
final val BinaryCompatible = 0
Expand Down

0 comments on commit e07cab5

Please sign in to comment.