Skip to content

Commit a672e05

Browse files
authored
2 parents 5bbbdce + 971e045 commit a672e05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lts-backport.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- uses: coursier/cache-action@v6
18-
- uses: VirtusLab/[email protected].0
18+
- uses: VirtusLab/[email protected].1
1919
- run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
2020
env:
2121
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ object Build {
125125
val mimaPreviousLTSDottyVersion = "3.3.0"
126126

127127
/** Version of Scala CLI to download */
128-
val scalaCliLauncherVersion = "1.5.0"
128+
val scalaCliLauncherVersion = "1.5.1"
129129
/** Version of Coursier to download for initializing the local maven repo of Scala command */
130-
val coursierJarVersion = "2.1.10"
130+
val coursierJarVersion = "2.1.13"
131131

132132
object CompatMode {
133133
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)