Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-scalajs-1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg authored Mar 1, 2024
2 parents 75661aa + ab514b4 commit feb39ef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Upload target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
path: targets.tar
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
run: sbt +update

- name: Download target directories (2.13, http4s-sessionJS)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-sessionJS

Expand All @@ -206,7 +206,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.13, http4s-sessionNative)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-sessionNative

Expand All @@ -216,7 +216,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.13, http4s-sessionJVM)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-sessionJVM

Expand All @@ -226,7 +226,7 @@ jobs:
rm targets.tar
- name: Download target directories (3, http4s-sessionJS)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-sessionJS

Expand All @@ -236,7 +236,7 @@ jobs:
rm targets.tar
- name: Download target directories (3, http4s-sessionNative)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-sessionNative

Expand All @@ -246,7 +246,7 @@ jobs:
rm targets.tar
- name: Download target directories (3, http4s-sessionJVM)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-sessionJVM

Expand Down
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.17
version = 3.8.0
align.openParenCallSite = true
align.openParenDefnSite = true
maxColumn = 120
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.8
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.16.2")
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.16.3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 comments on commit feb39ef

Please sign in to comment.