Skip to content

Commit

Permalink
Update fs2-core to 3.6.0 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 8, 2023
1 parent 81b7eac commit 16f14bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
val cron4s = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.1"
val fs2Core = "co.fs2" %% "fs2-core" % "3.5.0"
val fs2Core = "co.fs2" %% "fs2-core" % "3.6.0"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.15"
val calevCore = "com.github.eikek" %% "calev-core" % "0.6.4"
}

0 comments on commit 16f14bc

Please sign in to comment.