Skip to content

Commit a76dc30

Browse files
Backport "Bump Scala CLI to v1.7.1 (was v1.7.0)" to 3.7 (#22929)
Backports #22843 to the 3.7.0-RC2. PR submitted by the release tooling.
2 parents d97c30a + 5507bcd commit a76dc30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lts-backport.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- uses: coursier/cache-action@v6
18-
- uses: VirtusLab/[email protected].0
18+
- uses: VirtusLab/[email protected].1
1919
- run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
2020
env:
2121
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ object Build {
189189
val mimaPreviousLTSDottyVersion = "3.3.0"
190190

191191
/** Version of Scala CLI to download */
192-
val scalaCliLauncherVersion = "1.7.0"
192+
val scalaCliLauncherVersion = "1.7.1"
193193
/** Version of Coursier to download for initializing the local maven repo of Scala command */
194194
val coursierJarVersion = "2.1.24"
195195

0 commit comments

Comments
 (0)