We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 270fc87 + 257c85f commit a5e029aCopy full SHA for a5e029a
.github/workflows/lts-backport.yaml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
fetch-depth: 0
18
- uses: coursier/cache-action@v6
19
- - uses: VirtusLab/scala-cli-setup@v1.7.0
+ - uses: VirtusLab/scala-cli-setup@v1.7.1
20
- run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
21
env:
22
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}
project/Build.scala
@@ -189,7 +189,7 @@ object Build {
189
val mimaPreviousLTSDottyVersion = "3.3.0"
190
191
/** Version of Scala CLI to download */
192
- val scalaCliLauncherVersion = "1.7.0"
+ val scalaCliLauncherVersion = "1.7.1"
193
/** Version of Coursier to download for initializing the local maven repo of Scala command */
194
val coursierJarVersion = "2.1.24"
195
0 commit comments