Skip to content

Commit

Permalink
Merge pull request #1722 from softwaremill/update/cats-effect-3.4.6
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-kernel, ... to 3.4.6
  • Loading branch information
mergify[bot] authored Feb 7, 2023
2 parents 7bcb955 + 39eff11 commit a4cad0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ val playJsonVersion: Option[(Long, Long)] => String = {
case Some((2, 11)) => "2.7.4"
case _ => "2.9.2"
}
val catsEffect_3_version = "3.4.5"
val catsEffect_3_version = "3.4.6"
val fs2_3_version = "3.5.0"

val catsEffect_2_version: Option[(Long, Long)] => String = {
Expand Down Expand Up @@ -564,8 +564,7 @@ def asyncHttpClientBackendProject(proj: String, includeDotty: Boolean = false, i
.settings(name := s"async-http-client-backend-$proj")
.dependsOn(asyncHttpClientBackend % compileAndTest)
.jvmPlatform(
scalaVersions =
(if (include2_11) List(scala2_11) else Nil) ++ scala2alive ++ (if (includeDotty) scala3 else Nil)
scalaVersions = (if (include2_11) List(scala2_11) else Nil) ++ scala2alive ++ (if (includeDotty) scala3 else Nil)
)
}

Expand Down

0 comments on commit a4cad0b

Please sign in to comment.