Skip to content

Commit e69ed72

Browse files
Backport "Bump Scala CLI to 1.10.1 (was 1.10.0)" to 3.8.0 (#24524)
Backports #24448 to the 3.8.0-RC2. PR submitted by the release tooling. [skip ci]
2 parents 66e59ee + 6c0b318 commit e69ed72

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@v7
19-
- uses: VirtusLab/scala-cli-setup@v1.10.0
19+
- uses: VirtusLab/scala-cli-setup@v1.10.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
@@ -150,7 +150,7 @@ object Build {
150150
val mimaPreviousLTSDottyVersion = "3.3.0"
151151

152152
/** Version of Scala CLI to download */
153-
val scalaCliLauncherVersion = "1.10.0"
153+
val scalaCliLauncherVersion = "1.10.1"
154154
/** Version of Coursier to download for initializing the local maven repo of Scala command */
155155
val coursierJarVersion = "2.1.25-M19"
156156

0 commit comments

Comments
 (0)