Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Update cats-effect to 2.3.3 #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {
object Version {
val specs2 = "4.10.5"
val circe = "0.13.0"
val cats = "2.3.1"
val cats = "2.3.3"
val sttp = "3.0.0-RC11"
val silencer = "1.7.1"
}
Expand Down