Skip to content

Commit a3f41aa

Browse files
committed
Bump Scala CLI to v1.8.3 (was v1.8.1)
1 parent 43c6ee7 commit a3f41aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lts-backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- uses: coursier/cache-action@v6
19-
- uses: VirtusLab/scala-cli-setup@v1.8.1
19+
- uses: VirtusLab/scala-cli-setup@v1.8.3
2020
- run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
2121
env:
2222
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ object Build {
187187
val mimaPreviousLTSDottyVersion = "3.3.0"
188188

189189
/** Version of Scala CLI to download */
190-
val scalaCliLauncherVersion = "1.8.1"
190+
val scalaCliLauncherVersion = "1.8.3"
191191
/** Version of Coursier to download for initializing the local maven repo of Scala command */
192192
val coursierJarVersion = "2.1.24"
193193

0 commit comments

Comments
 (0)