Skip to content

Commit a924e70

Browse files
Backport "Bump Scala CLI to v1.9.1 (was v1.9.0)" to 3.7.4 (#24052)
Backports #23962 to the 3.7.4. PR submitted by the release tooling. [skip ci]
2 parents 6c3edae + e066183 commit a924e70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lts-backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- uses: coursier/cache-action@v6
19-
- uses: VirtusLab/[email protected].0
19+
- uses: VirtusLab/[email protected].1
2020
- run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
2121
env:
2222
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ object Build {
137137
val mimaPreviousLTSDottyVersion = "3.3.0"
138138

139139
/** Version of Scala CLI to download */
140-
val scalaCliLauncherVersion = "1.9.0"
140+
val scalaCliLauncherVersion = "1.9.1"
141141
/** Version of Coursier to download for initializing the local maven repo of Scala command */
142142
val coursierJarVersion = "2.1.24"
143143

0 commit comments

Comments
 (0)