Skip to content

Commit

Permalink
Update version of interop cats (zio#130)
Browse files Browse the repository at this point in the history
Ran into a similar issue upgrading Tapir that required a fix to
interop-cats:

- softwaremill/tapir#2043
- zio/interop-cats#533

Co-authored-by: ggavares <grant.gavares@oracle.com>
  • Loading branch information
2 people authored and Eric Rodriguez committed May 1, 2022
1 parent 9092820 commit 05de8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ run / fork := true

val http4sVersion = "0.23.11"
val zioVersion = "2.0.0-RC5"
val interopVersion = "3.3.0-RC5"
val catsEffectVersion = "3.3.9"
val interopVersion = "3.3.0-RC6"
val catsEffectVersion = "3.3.11"
//val zioNIOVersion = "1.0.0-RC11"
val prometheusVersion = "0.12.0"
val dropwizardVersion = "4.2.0"
Expand Down

0 comments on commit 05de8fc

Please sign in to comment.