Skip to content

Commit

Permalink
Merge pull request #705 from http4s/update/series/0.5/scala3-library-…
Browse files Browse the repository at this point in the history
…3.3.4

Update scala3-library to 3.3.4 in series/0.5
  • Loading branch information
hamnis authored Oct 2, 2024
2 parents 46c5324 + 4c99571 commit df8f6ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inThisBuild(
licenses := Seq(License.Apache2),
tlBaseVersion := "0.5",
tlSonatypeUseLegacyHost := false,
crossScalaVersions := Seq(Scala213, Scala212, "3.3.3"),
crossScalaVersions := Seq(Scala213, Scala212, "3.3.4"),
ThisBuild / scalaVersion := Scala213,
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import cats.effect.Async
import cats.effect.Resource
import cats.effect.std.Dispatcher
import cats.syntax.all._
import io.netty.channel.ChannelInboundHandlerAdapter
import io.netty.channel._
import io.netty.handler.codec.TooLongFrameException
import io.netty.handler.codec.http._
Expand Down

0 comments on commit df8f6ac

Please sign in to comment.