Skip to content

Commit eb3be14

Browse files
authored
Merge pull request #208 from http4s/update/sbt-http4s-org-2.0.3
Update sbt-http4s-org to 2.0.3
2 parents 299c3d5 + 95ab713 commit eb3be14

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Upload target directories
133133
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v5
135135
with:
136136
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
137137
path: targets.tar
@@ -194,7 +194,7 @@ jobs:
194194
run: sbt +update
195195

196196
- name: Download target directories (2.13, http4s-grpcJVM)
197-
uses: actions/download-artifact@v4
197+
uses: actions/download-artifact@v6
198198
with:
199199
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-grpcJVM
200200

@@ -204,7 +204,7 @@ jobs:
204204
rm targets.tar
205205
206206
- name: Download target directories (2.13, http4s-grpcJS)
207-
uses: actions/download-artifact@v4
207+
uses: actions/download-artifact@v6
208208
with:
209209
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-grpcJS
210210

@@ -214,7 +214,7 @@ jobs:
214214
rm targets.tar
215215
216216
- name: Download target directories (3, http4s-grpcJVM)
217-
uses: actions/download-artifact@v4
217+
uses: actions/download-artifact@v6
218218
with:
219219
name: target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-grpcJVM
220220

@@ -224,7 +224,7 @@ jobs:
224224
rm targets.tar
225225
226226
- name: Download target directories (3, http4s-grpcJS)
227-
uses: actions/download-artifact@v4
227+
uses: actions/download-artifact@v6
228228
with:
229229
name: target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-grpcJS
230230

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ThisBuild / tlCiReleaseBranches := Seq("main")
1010
ThisBuild / tlMimaPreviousVersions := Set()
1111

1212
val Scala212 = "2.12.20"
13-
val Scala213 = "2.13.16"
13+
val Scala213 = "2.13.17"
1414

1515
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.7")
1616
ThisBuild / scalaVersion := Scala213

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "2.0.2")
1+
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "2.0.3")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
44

0 commit comments

Comments
 (0)