File tree 3 files changed +18
-14
lines changed
3 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 69
69
uses : coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6
70
70
71
71
- name : Run Coursier Setup Action
72
- uses : coursier/setup-action@62c1c28a0e03df3de0680172df8b829bd80d07a0 # v1.3.7
72
+ uses : coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9
73
73
with :
74
74
jvm : liberica:${{ matrix.jdk }}
75
75
apps : sbt
Original file line number Diff line number Diff line change @@ -37,11 +37,14 @@ jobs:
37
37
if : github.event_name == 'push'
38
38
uses : alejandrohdezma/actions/check-semver-tag@v1
39
39
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
41
45
with :
42
- distribution : " liberica"
43
- java-version : " 11"
44
- cache : " sbt"
46
+ jvm : liberica:17
47
+ apps : sbt
45
48
46
49
- name : Run `sbt ci-publish`
47
50
run : sbt ci-publish
@@ -65,11 +68,14 @@ jobs:
65
68
ref : main
66
69
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
67
70
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
69
76
with :
70
- distribution : " liberica"
71
- java-version : " 17"
72
- cache : " sbt"
77
+ jvm : liberica:17
78
+ apps : sbt
73
79
74
80
- name : Run `sbt ci-docs`
75
81
run : sbt ci-docs
91
97
with :
92
98
message : Reset `versionPolicyIntention` [skip ci]
93
99
branch : main
94
-
95
-
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.13 .0" )
1
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14 .0" )
2
2
addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 3.2.1" )
3
3
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" )
5
5
addSbtPlugin(" com.alejandrohdezma" % " sbt-github-mdoc" % " 0.12.0" )
6
6
addSbtPlugin(" com.alejandrohdezma" % " sbt-github-header" % " 0.12.0" )
7
7
addSbtPlugin(" com.alejandrohdezma" % " sbt-scalafix-defaults" % " 0.13.1" )
@@ -10,4 +10,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
10
10
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
11
11
addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.2" )
12
12
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 " )
You can’t perform that action at this time.
0 commit comments