File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed
Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 2525 jvm : temurin:11
2626 apps : sbt
2727
28- # Caching dependencies in Pull Requests based on branch name and build.sbt.
29- # Can we do something better here?
30- - name : Cache Coursier dependencies
31- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
32- env :
33- cache-name : coursier-cache
34- with :
35- path : ~/.cache/coursier/v1
36- key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.head_ref }}-${{ hashFiles('**/build.sbt') }}
37-
38- - name : Cache Ivy 2 cache
39- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
40- env :
41- cache-name : sbt-ivy2-cache
42- with :
43- path : ~/.ivy2/cache
44- key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.head_ref }}-${{ hashFiles('**/build.sbt') }}
45-
4628 - name : Update lock
4729 run : sbt -Dsbt.log.noformat=true +dependencyLockWrite
4830
Original file line number Diff line number Diff line change 1- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.2 " )
1+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.4 " )
22addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
33addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.2-1" )
44addSbtPlugin(" io.github.davidgregory084" % " sbt-tpolecat" % " 0.4.4" )
You can’t perform that action at this time.
0 commit comments