Skip to content

Commit

Permalink
Merge pull request #26 from http4s/update/scala-library-2.13.9
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.9
  • Loading branch information
armanbilge authored Sep 28, 2022
2 parents 05e7509 + cb6966d commit ca14520
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- ubuntu-22.04
- macos-11
- macos-12
scala: [3.1.3, 2.13.8]
scala: [3.1.3, 2.13.9]
java: [temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
scala: [2.13.8]
scala: [2.13.9]
java: [temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -167,12 +167,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.8)
- name: Download target directories (2.13.9)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9

- name: Inflate target directories (2.13.8)
- name: Inflate target directories (2.13.9)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ThisBuild / developers := List(
)
ThisBuild / startYear := Some(2022)

ThisBuild / crossScalaVersions := Seq("3.1.3", "2.13.8")
ThisBuild / crossScalaVersions := Seq("3.1.3", "2.13.9")
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / tlJdkRelease := Some(8)
// ThisBuild / tlJdkRelease := Some(8)
ThisBuild / githubWorkflowOSes :=
Seq("ubuntu-20.04", "ubuntu-22.04", "macos-11", "macos-12")

Expand Down
2 changes: 0 additions & 2 deletions curl/src/main/scala/org/http4s/curl/unsafe/libcurl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package org.http4s.curl.unsafe

import scala.annotation.nowarn
import scala.scalanative.unsafe._
import scala.scalanative.unsigned._

Expand Down Expand Up @@ -64,7 +63,6 @@ private[curl] object libcurl_const {

@link("curl")
@extern
@nowarn
private[curl] object libcurl {

type CURL
Expand Down

0 comments on commit ca14520

Please sign in to comment.