Skip to content

Commit

Permalink
Update cats-effect, cats-effect-testkit to 3.3.13 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 6, 2022
1 parent df2bd5b commit 689fc4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Global / (Test / testOptions) += Tests.Argument("--quickstart")
val Version = new {
object CE3 {
val fs2 = "3.1.6"
val cats = "3.3.12"
val cats = "3.3.13"
val zioInterop = "3.2.9.1"
}

Expand Down Expand Up @@ -246,7 +246,9 @@ lazy val scalacheck = projectMatrix
testFrameworks := Seq(new TestFramework("weaver.framework.CatsEffect")),
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % Version.scalacheck
) ++ Seq("org.typelevel" %%% "cats-effect-testkit" % Version.CE3.cats % Test).filter(_ => virtualAxes.value.contains(CatsEffect3Axis))
) ++ Seq(
"org.typelevel" %%% "cats-effect-testkit" % Version.CE3.cats % Test).filter(
_ => virtualAxes.value.contains(CatsEffect3Axis))
)

lazy val specs2 = projectMatrix
Expand Down

0 comments on commit 689fc4d

Please sign in to comment.