File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
fetch-depth : 0
17
17
- uses : coursier/cache-action@v6
18
- - uses : VirtusLab/scala-cli-setup@v1.6.2
18
+ - uses : VirtusLab/scala-cli-setup@v1.7.0
19
19
- run : scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
20
20
env :
21
21
GRAPHQL_API_TOKEN : ${{ secrets.GRAPHQL_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ object Build {
185
185
val mimaPreviousLTSDottyVersion = " 3.3.0"
186
186
187
187
/** Version of Scala CLI to download */
188
- val scalaCliLauncherVersion = " 1.6.1 "
188
+ val scalaCliLauncherVersion = " 1.7.0 "
189
189
/** Version of Coursier to download for initializing the local maven repo of Scala command */
190
190
val coursierJarVersion = " 2.1.24"
191
191
You can’t perform that action at this time.
0 commit comments