Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Update cats-effect to 3.5.3 #278

Merged
merged 1 commit into from
Jan 17, 2024
Merged
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 build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.typelevel.sbt.gha.WorkflowStep._

val azureCosmosV = "4.54.0"
val catsV = "2.10.0"
val catsEffectV = "3.5.2"
val catsEffectV = "3.5.3"
val circeJackson210V = "0.14.0"
val fs2V = "3.9.3"
val circeV = "0.14.6"
Expand Down