Skip to content

Commit 830d597

Browse files
authored
Merge pull request #259 from http4s/update/scala3-library-3.3.4
Update scala3-library, ... to 3.3.4
2 parents 5e6c905 + 99adf80 commit 830d597

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val Scala213 = "2.13.15"
2-
val Scala3 = "3.3.3"
2+
val Scala3 = "3.3.4"
33

44
ThisBuild / tlBaseVersion := "0.2"
55
ThisBuild / crossScalaVersions := Seq(Scala213, Scala3)

core/src/main/scala/org/http4s/session/package.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
package org.http4s
2323

2424
import cats.data._
25-
import org.http4s._
2625

2726
package object session {
2827
type SessionRoutes[F[_], A] = Kleisli[OptionT[F, *], ContextRequest[F, A], ContextResponse[F, A]]

0 commit comments

Comments
 (0)