Skip to content

Commit

Permalink
Update Scala CLI to 1.5.1 (was 1.5.0) & Coursier to 2.1.13 (was 2.1.1…
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal authored Oct 3, 2024
2 parents 5bbbdce + 971e045 commit a672e05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lts-backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@v1.5.0
- uses: VirtusLab/scala-cli-setup@v1.5.1
- run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
env:
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ object Build {
val mimaPreviousLTSDottyVersion = "3.3.0"

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

object CompatMode {
final val BinaryCompatible = 0
Expand Down

0 comments on commit a672e05

Please sign in to comment.