Skip to content

Commit

Permalink
Update Scala CLI to 1.5.4 (was 1.5.1) & coursier to 2.1.18 (was 2.1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Nov 25, 2024
1 parent 5fb5ba6 commit 0afabd6
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 0afabd6

Please sign in to comment.