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 16
16
with :
17
17
fetch-depth : 0
18
18
- uses : coursier/cache-action@v6
19
- - uses : VirtusLab/scala-cli-setup@v1.8.5
19
+ - uses : VirtusLab/scala-cli-setup@v1.9.0
20
20
- run : scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
21
21
env :
22
22
GRAPHQL_API_TOKEN : ${{ secrets.GRAPHQL_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ object Build {
145
145
val mimaPreviousLTSDottyVersion = " 3.3.0"
146
146
147
147
/** Version of Scala CLI to download */
148
- val scalaCliLauncherVersion = " 1.8.5 "
148
+ val scalaCliLauncherVersion = " 1.9.0 "
149
149
/** Version of Coursier to download for initializing the local maven repo of Scala command */
150
150
val coursierJarVersion = " 2.1.24"
151
151
You can’t perform that action at this time.
0 commit comments