File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
fetch-depth : 0
17
17
- uses : coursier/cache-action@v6
18
- -
uses :
VirtusLab/[email protected] .0
18
+ -
uses :
VirtusLab/[email protected] .1
19
19
- run : scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
20
20
env :
21
21
GRAPHQL_API_TOKEN : ${{ secrets.GRAPHQL_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -125,9 +125,9 @@ object Build {
125
125
val mimaPreviousLTSDottyVersion = " 3.3.0"
126
126
127
127
/** Version of Scala CLI to download */
128
- val scalaCliLauncherVersion = " 1.5.0 "
128
+ val scalaCliLauncherVersion = " 1.5.1 "
129
129
/** 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 "
131
131
132
132
object CompatMode {
133
133
final val BinaryCompatible = 0
You can’t perform that action at this time.
0 commit comments