Skip to content

Commit 689f95d

Browse files
Merge pull request #222 from alejandrohdezma/update/all
Dependency Updates
2 parents 2fac26b + eb0d127 commit 689f95d

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6
7070

7171
- name: Run Coursier Setup Action
72-
uses: coursier/setup-action@62c1c28a0e03df3de0680172df8b829bd80d07a0 # v1.3.7
72+
uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9
7373
with:
7474
jvm: liberica:${{ matrix.jdk }}
7575
apps: sbt

.github/workflows/release.yml

+14-10
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ jobs:
3737
if: github.event_name == 'push'
3838
uses: alejandrohdezma/actions/check-semver-tag@v1
3939

40-
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
40+
- name: Run Coursier Cache Action
41+
uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6
42+
43+
- name: Run Coursier Setup Action
44+
uses: coursier/setup-action@62c1c28a0e03df3de0680172df8b829bd80d07a0 # v1.3.7
4145
with:
42-
distribution: "liberica"
43-
java-version: "11"
44-
cache: "sbt"
46+
jvm: liberica:17
47+
apps: sbt
4548

4649
- name: Run `sbt ci-publish`
4750
run: sbt ci-publish
@@ -65,11 +68,14 @@ jobs:
6568
ref: main
6669
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
6770

68-
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
71+
- name: Run Coursier Cache Action
72+
uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6
73+
74+
- name: Run Coursier Setup Action
75+
uses: coursier/setup-action@62c1c28a0e03df3de0680172df8b829bd80d07a0 # v1.3.7
6976
with:
70-
distribution: "liberica"
71-
java-version: "17"
72-
cache: "sbt"
77+
jvm: liberica:17
78+
apps: sbt
7379

7480
- name: Run `sbt ci-docs`
7581
run: sbt ci-docs
@@ -91,5 +97,3 @@ jobs:
9197
with:
9298
message: Reset `versionPolicyIntention` [skip ci]
9399
branch: main
94-
95-

project/plugins.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
1+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
22
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
33
addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.2")
4-
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.16.0")
4+
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.17.0")
55
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0")
66
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.12.0")
77
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.13.1")
@@ -10,4 +10,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
1010
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
1111
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
1212
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")
13-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
13+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3")

0 commit comments

Comments
 (0)