Skip to content

Commit

Permalink
Fix tests: add Cats dependency (not present in zio-interop-cats' depe…
Browse files Browse the repository at this point in the history
…ndencies anymore)
  • Loading branch information
gaelrenoux committed May 28, 2023
1 parent 5b10da7 commit cabc110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ scalacOptions ++= allVersionsOption ++ {

val ZioVersion = "2.0.13"
val ZioCatsVersion = "23.0.0.5"
val CatsVersion = "2.9.0"
val DoobieVersion = "1.0.0-RC2"
val AnormVersion = "2.7.0"
val H2Version = "2.1.214"
Expand All @@ -134,6 +135,9 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio-test-sbt" % ZioVersion % "test",
"dev.zio" %% "zio-test-magnolia" % ZioVersion % "test",

/* Cats for tests */
"org.typelevel" %% "cats-core" % CatsVersion % "test",

/* H2 for tests */
"com.h2database" % "h2" % H2Version % "test"
)
Expand Down

0 comments on commit cabc110

Please sign in to comment.