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 (#22025)

Backports #22021 to the 3.6.2.

PR submitted by the release tooling.

---------

Co-authored-by: Kacper Korban <kacper.f.korban@gmail.com>
Co-authored-by: Piotr Chabelski <ged.subfan@gmail.com>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 8814f7c commit 08b74f3
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 @@ -156,9 +156,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 08b74f3

Please sign in to comment.