Skip to content

Commit

Permalink
Merge pull request #204 from Dwolla/update/scala3-library-3.3.4
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.3.4
  • Loading branch information
mergify[bot] authored Oct 2, 2024
2 parents f4e4fdd + c7e0264 commit 6d1ef78
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
@@ -1,7 +1,7 @@
import org.typelevel.sbt.gha.MatrixExclude
import org.typelevel.scalacoptions.ScalacOptions

ThisBuild / crossScalaVersions := Seq("3.3.3", "2.13.15", "2.12.20")
ThisBuild / crossScalaVersions := Seq("3.3.4", "2.13.15", "2.12.20")
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
ThisBuild / githubWorkflowBuildMatrixExclusions := Seq(
MatrixExclude(Map(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import cats.effect.{Trace => _, _}
import cats.effect.std.Random
import cats.mtl.Local
import cats.syntax.all._
import com.dwolla.consul._
import com.dwolla.consul.examples.ConsulMiddlewareApp.consulAwareClient
import com.dwolla.consul.http4s.ConsulMiddleware
import fs2.Stream
Expand Down

0 comments on commit 6d1ef78

Please sign in to comment.