Skip to content

Commit 3f0f7b2

Browse files
GedochaoWojciechMazur
authored andcommitted
Bump Scala CLI to v1.11.0 (was 1.10.1)
[Cherry-picked ef6d724]
1 parent 76644fb commit 3f0f7b2

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.1
19+
- uses: VirtusLab/scala-cli-setup@v1.11.0
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
@@ -135,7 +135,7 @@ object Build {
135135
val mimaPreviousDottyVersion = "3.7.3" // for 3.8.0, we compare against 3.7.3
136136

137137
/** Version of Scala CLI to download */
138-
val scalaCliLauncherVersion = "1.10.1"
138+
val scalaCliLauncherVersion = "1.11.0"
139139
/** Version of Coursier to download for initializing the local maven repo of Scala command */
140140
val coursierJarVersion = "2.1.25-M19"
141141

0 commit comments

Comments
 (0)