We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73ba485 + b1caf46 commit 2b4d157Copy full SHA for 2b4d157
.github/workflows/lts-backport.yaml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
fetch-depth: 0
17
- uses: coursier/cache-action@v6
18
- - uses: VirtusLab/scala-cli-setup@v1.6.2
+ - uses: VirtusLab/scala-cli-setup@v1.7.0
19
- run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
20
env:
21
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}
project/Build.scala
@@ -185,7 +185,7 @@ object Build {
185
val mimaPreviousLTSDottyVersion = "3.3.0"
186
187
/** Version of Scala CLI to download */
188
- val scalaCliLauncherVersion = "1.6.1"
+ val scalaCliLauncherVersion = "1.7.0"
189
/** Version of Coursier to download for initializing the local maven repo of Scala command */
190
val coursierJarVersion = "2.1.24"
191
0 commit comments