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

Update cats-effect to 3.2.8 #268

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 @@ -8,7 +8,7 @@ object Dependencies extends AutoPlugin {

object DependenciesVersion {
val betterMonadicVersion = "0.3.1"
val catsVersion = "3.2.7"
val catsVersion = "3.2.8"
val circeVersion = "0.14.1"
val circeYamlVersion = "0.14.1"
val circeExtrasVersion = "0.12.2"
Expand Down