Skip to content

Commit 3c4da0d

Browse files
authored
2 parents 6c2f6f5 + 035cdc3 commit 3c4da0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@v7
19-
- uses: VirtusLab/scala-cli-setup@v1.10.1
19+
- uses: VirtusLab/scala-cli-setup@v1.11.0
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ object Build {
134134
val mimaPreviousDottyVersion = "3.8.0-RC1" // temporary until 3.8.0 is released
135135

136136
/** Version of Scala CLI to download */
137-
val scalaCliLauncherVersion = "1.10.1"
137+
val scalaCliLauncherVersion = "1.11.0"
138138
/** Version of Coursier to download for initializing the local maven repo of Scala command */
139-
val coursierJarVersion = "2.1.25-M19"
139+
val coursierJarVersion = "2.1.25-M21"
140140

141141
object CompatMode {
142142
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)