Skip to content

Commit 68951f1

Browse files
Merge branch 'master' into renovate/sbt-setup-sbt-1.x
2 parents b0a669f + dcb9161 commit 68951f1

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/update_lockfile.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,6 @@ jobs:
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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
1+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4")
22
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
33
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")
44
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")

0 commit comments

Comments
 (0)