Skip to content

Commit e955199

Browse files
committed
Bump Scala CLI to v1.10.0 (was v1.9.1) and Coursier to v2.1.25-M19 (was 2.1.24) (#24362)
https://github.com/VirtusLab/scala-cli/releases/tag/v1.10.0 https://github.com/coursier/coursier/releases/tag/v2.1.25-M19 [Cherry-picked d47c0c6][modified]
1 parent 66b14d3 commit e955199

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lts-backport.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
18-
- uses: coursier/cache-action@v6
19-
- uses: VirtusLab/scala-cli-setup@v1.9.1
18+
- uses: coursier/cache-action@v7
19+
- uses: VirtusLab/scala-cli-setup@v1.10.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
@@ -149,9 +149,9 @@ object Build {
149149
val mimaPreviousLTSDottyVersion = "3.3.0"
150150

151151
/** Version of Scala CLI to download */
152-
val scalaCliLauncherVersion = "1.9.1"
152+
val scalaCliLauncherVersion = "1.10.0"
153153
/** Version of Coursier to download for initializing the local maven repo of Scala command */
154-
val coursierJarVersion = "2.1.24"
154+
val coursierJarVersion = "2.1.25-M19"
155155

156156
object CompatMode {
157157
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)