Skip to content

Commit

Permalink
Use correct range for cats-effect
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma committed Oct 5, 2020
1 parent f1e0e0f commit f9b2f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ object dependencies extends AutoPlugin {
object V {

val `cats-effect` = on {
case (2, 12) => "[0.2,)"
case (2, 13) => "[2.0.0,)"
case (2, 12) => "[0.2,2.99)"
case (2, 13) => "[2.0.0,2.99)"
}

val circe = on {
Expand Down

0 comments on commit f9b2f21

Please sign in to comment.