Skip to content

Commit

Permalink
Update Scala to 3.3.4 and remove unused import
Browse files Browse the repository at this point in the history
to make the compiler happy
  • Loading branch information
mzuehlke committed Sep 30, 2024
1 parent fa1bfe7 commit 67aefc9
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 @@ -9,7 +9,7 @@ ThisBuild / startYear := Some(2023)
ThisBuild / tlCiReleaseBranches := Seq("main")

val scala213 = "2.13.14"
val scala3 = "3.3.3"
val scala3 = "3.3.4"
ThisBuild / crossScalaVersions := Seq(scala213, scala3)
ThisBuild / scalaVersion := scala213

Expand Down
1 change: 0 additions & 1 deletion examples/src/main/scala/example/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package example
import cats._
import cats.effect.{Trace => _, _}
import cats.syntax.all._
import org.http4s.HttpRoutes
import org.http4s._
import org.http4s.client.Client
import org.http4s.dsl.Http4sDsl
Expand Down

0 comments on commit 67aefc9

Please sign in to comment.