Skip to content

Commit 2b4d157

Browse files
authored
2 parents 73ba485 + b1caf46 commit 2b4d157

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/scala-cli-setup@v1.6.2
18+
- uses: VirtusLab/scala-cli-setup@v1.7.0
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
@@ -185,7 +185,7 @@ object Build {
185185
val mimaPreviousLTSDottyVersion = "3.3.0"
186186

187187
/** Version of Scala CLI to download */
188-
val scalaCliLauncherVersion = "1.6.1"
188+
val scalaCliLauncherVersion = "1.7.0"
189189
/** Version of Coursier to download for initializing the local maven repo of Scala command */
190190
val coursierJarVersion = "2.1.24"
191191

0 commit comments

Comments
 (0)