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

Commit

Permalink
Merge pull request #25 from Banno/update-fs2
Browse files Browse the repository at this point in the history
Update fs2-reactive-streams
  • Loading branch information
peterneyens authored Oct 7, 2021
2 parents 4ff8971 + c13d275 commit f28faaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
val catsV = "2.6.1"
val catsEffectV = "3.2.3"
val fs2V = "3.1.0"
val catsEffectV = "3.2.9"
val fs2V = "3.1.4"
val circeV = "0.14.1"
val munitV = "0.7.28"
val munitCatsEffectV = "1.0.5"
val kindProjectorV = "0.13.0"
val munitV = "0.7.29"
val munitCatsEffectV = "1.0.6"
val kindProjectorV = "0.13.2"

lazy val `cosmos4s` = project
.in(file("."))
Expand Down

0 comments on commit f28faaa

Please sign in to comment.