Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Sep 28, 2022
1 parent 17ee0a2 commit cb6966d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ThisBuild / startYear := Some(2022)

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 cb6966d

Please sign in to comment.