Skip to content

Commit

Permalink
Update dependency dev.zio:zio-interop-cats to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 25, 2022
1 parent a406dd0 commit cd773b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ val postgresDeps = Seq(
"org.tpolecat" %% "doobie-core" % "1.0.0-RC2",
"org.tpolecat" %% "doobie-hikari" % "1.0.0-RC2",
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2",
"dev.zio" %% "zio-interop-cats" % "3.2.9.1",
"dev.zio" %% "zio-interop-cats" % "3.3.0",
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test,
"org.testcontainers" % "postgresql" % "1.17.2" % Test
) ++ testDeps
Expand Down

0 comments on commit cd773b1

Please sign in to comment.