Tofu Versions Save

Functional programming toolbox

v0.10.4

2 years ago

Changes

CE2 & CE3 support

This is a first release with a partial support of Cats Effect 3. Nevertheless, the support of Cats Effect 2 is still here due to the new concept called Carriers. In short there is a macro that will use the correct instances for the tofu typeclasses depending on the version of cats-effect-interop module.

Note that IntelliJ IDEA could possibly show some false errors when using this new concept.

Sadly, tofu doesn't fully support CE3 yet: some of the typeclasses (mostly concurrent ones) are still in progress of migrating.

New packages

There is the new cats-effect-free package tofu-kernel, along with tofu-core & tofu-core3 which work with CE2 & CE3 respectively. So if you are using cats-effect-3 in your app, then add "tf.tofu" %% "tofu-core3" % "0.10.4" in your deps, and for CE2 users nothing changes: tofu-core works just fine.

Kernel now also has an important typeclass Delay which is able to delay some computation (like the part of Sync without Monad and such).

Many of the old packages (such as logging ones) are now cats-effect-free too, so you can use them with whatever runtime you want.

🚀 Features

  • Better documentation for logging @FunFunFine (#731)
  • Kernelize agent @FunFunFine (#740)
  • Introduce tofu-doobie-logging, examples and improve doobie example @FunFunFine (#724)
  • add causeWith logging interpolators @vilunov (#730)
  • Switch context syntax to With* typeclasses @catostrophe (#726)
  • Kernel Interop for CE3 @Odomontois (#720)
  • Add collections and parallel syntax @Odomontois (#723)
  • Move catsmtl interop @Ssstlis (#719)
  • present Time & Clock in kernel @Odomontois (#711)
  • Move logging to kernel-only dependency @Odomontois (#710)
  • Kernelize Atom and QVar @Odomontois (#709)
  • Add CalcM.tailrecEither @Odomontois (#712)

🐛 Bug Fixes

  • Fix tapError signature in EnvBio @Paulymorph (#735)
  • Fix QVar implementation for MVar-less runtime @Odomontois (#722)
  • lower priority of zioTofuErrorsToInstance @Odomontois (#713)

🧰 Maintenance

  • Update scalafmt-core to 3.0.3 @scala-steward (#752)
  • Update scalafmt-core to 3.0.2 @scala-steward (#748)
  • Update groovy to 3.0.9 @scala-steward (#750)
  • Update logback-classic to 1.2.6 @scala-steward (#751)
  • Update kind-projector to 0.13.2 @scala-steward (#749)
  • Update sbt-sonatype to 3.9.10 @scala-steward (#744)
  • Update kind-projector to 0.13.1 @scala-steward (#745)
  • Update mdoc, sbt-mdoc to 2.2.23 @scala-steward (#746)
  • Update zio to 1.0.11 @scala-steward (#742)
  • Update sbt-scalafix to 0.9.30 @scala-steward (#739)
  • Update sbt-sonatype to 3.9.9 @scala-steward (#738)
  • Update sbt-github-actions to 0.13.0 @scala-steward (#737)
  • Update sbt-updates to 0.6.0 @scala-steward (#733)
  • Update cats-effect to 2.5.3 @scala-steward (#734)
  • Update zio to 1.0.10 @scala-steward (#728)
  • Update cats-effect to 2.5.2 @scala-steward (#729)
  • Update logback-classic to 1.2.5 @scala-steward (#725)
  • Update mdoc, sbt-mdoc to 2.2.22 @scala-steward (#721)
  • Update slf4j-api to 1.7.32 @scala-steward (#717)
  • Update refined to 0.9.27 @scala-steward (#715)
  • Update logback-classic to 1.2.4 @scala-steward (#714)

v0.10.3

2 years ago

Changes

🚀 Features

  • Continuational representation of ConnectionIO @catostrophe (#698)
  • [ZIO] Unlift Part of big Has Context @Odomontois (#694)
  • [Config] Allow simple types to be parsed from strings @Odomontois (#693)
  • Context typeclasses @FunFunFine (#687)
  • Move Data to kernel, remove data module @Odomontois (#685)
  • Move Scoped to kernel @Odomontois (#684)
  • Kernelize Start\Fire @Odomontois (#682)
  • move timeout and guarantee syntax to kernel @Odomontois (#683)
  • Guarantee kernelize @Odomontois (#681)
  • Timeout moved to kernel @Odomontois (#680)
  • kernelify Delay via optional CE2 interop @Odomontois (#678)
  • Minimal Kernel @Odomontois (#675)
  • Display @FunFunFine (#450)
  • evalFilter combinator. @oskin1 (#632)

🐛 Bug Fixes

  • Apply masking to logged fields @Odomontois (#704)

🧰 Maintenance

  • Use kernel dependency for derivation, zioCore and streams modules. @FunFunFine (#705)
  • Context remove prepare 3.0 @FunFunFine (#702)
  • Update fs2-io to 2.5.9 @scala-steward (#696)
  • Update sbt to 1.5.5 @scala-steward (#699)
  • Update sbt-scalafmt to 2.4.3 @scala-steward (#690)
  • Update scala-collection-compat to 2.5.0 @scala-steward (#691)
  • Rework Build @Odomontois (#689)
  • Update fs2-io to 2.5.8 @scala-steward (#686)
  • Update sbt to 1.5.4 @scala-steward (#670)
  • Update slf4j-api to 1.7.31 @scala-steward (#671)
  • Update enumeratum to 1.7.0 @scala-steward (#672)
  • Update fs2-io to 2.5.7 @scala-steward (#676)
  • Update derevo-cats-tagless, derevo-core to 0.12.6 @scala-steward (#677)
  • Bump olafurpg/setup-scala from 10 to 12 @dependabot (#668)
  • Update zio to 1.0.9 @scala-steward (#666)
  • Update sbt-tpolecat to 0.1.20 @scala-steward (#665)
  • Update sbt to 1.5.3 @scala-steward (#664)
  • Update scala-library, scala-reflect to 2.12.14 @scala-steward (#660)
  • Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#662)
  • Update sbt-scalafix to 0.9.29 @scala-steward (#661)
  • Update tethys-core, tethys-jackson to 0.24.0 @scala-steward (#659)
  • Update sbt-tpolecat to 0.1.19 @scala-steward (#658)
  • Update circe-core to 0.14.1 @scala-steward (#657)
  • Update refined to 0.9.26 @scala-steward (#656)
  • Update doobie-core to 0.13.4 @scala-steward (#654)
  • Update sbt-git to 1.0.1 @scala-steward (#652)
  • Update zio-interop-cats to 2.5.1.0 @scala-steward (#649)
  • Update scala-library, scala-reflect to 2.13.6 @scala-steward (#645)
  • Update log4cats-core to 1.3.1 @scala-steward (#646)
  • Update doobie-core to 0.13.3 @scala-steward (#647)
  • Update zio to 1.0.8 @scala-steward (#648)
  • Update doobie-core to 0.13.2 @scala-steward (#629)
  • Update sbt to 1.5.2 @scala-steward (#631)
  • Update alleycats-core, cats-core, cats-free to 2.6.1 @scala-steward (#634)
  • Update cats-effect to 2.5.1 @scala-steward (#635)
  • Update cats-mtl to 1.2.1 @scala-steward (#636)
  • Update monix to 3.4.0 @scala-steward (#637)
  • Update scala-collection-compat to 2.4.4 @scala-steward (#638)
  • Update fs2-io to 2.5.6 @scala-steward (#639)
  • Update refined to 0.9.25 @scala-steward (#640)
  • Update sbt-mdoc to 2.2.21 @scala-steward (#641)
  • Update scalatest to 3.2.9 @scala-steward (#642)
  • Update kind-projector to 0.13.0 @scala-steward (#643)
  • Update shapeless to 2.3.7 @scala-steward (#644)
  • Update shapeless to 2.3.5 @scala-steward (#628)

0.10.2

3 years ago

Changes

Features

  • Added useful things and test for bifunctor mid log @Odomontois (#602)
  • Cleanup macros for HK derivation @catostrophe (#606)
  • CalcM methods for StateT @road21 (#597)
  • Change scopedDelay method, add scopedBlocking @Odomontois (#593)
  • Errors companion with type aliases @klimovsv (#594)

Documentation

  • Change org in documentation to tofu.tf @mehakun (#624)
  • Update RMS logo width and link @JimmyKuruvilla (#617)
  • Fix logging docu @Odomontois (#600)
  • Fix docs generation. Remove simulacrum in a lot of places @Odomontois (#592)

Maintenance

  • Update derevo-cats-tagless, derevo-core to 0.12.5 @scala-steward (#625)
  • Update sbt to 1.5.1 @scala-steward (#621)
  • Update doobie-core to 0.13.1 @scala-steward (#622)
  • Update log4cats-core to 1.3.0 @scala-steward (#620)
  • Update fs2-io to 2.5.5 @scala-steward (#619)
  • Update zio to 1.0.7 @scala-steward (#618)
  • Update refined to 0.9.24 @scala-steward (#615)
  • Update scalatest to 3.2.8 @scala-steward (#614)
  • Update zio-interop-cats to 2.4.1.0 @scala-steward (#613)
  • Update sbt-mdoc to 2.2.20 @scala-steward (#612)
  • Update cats-mtl to 1.2.0 @scala-steward (#611)
  • Update cats-effect to 2.5.0 @scala-steward (#610)
  • Update doobie-core to 0.13.0 @scala-steward (#608)
  • Update alleycats-core, cats-core, cats-free to 2.6.0 @scala-steward (#609)
  • Update sbt-updates to 0.5.3 @scala-steward (#601)
  • Update derevo-cats-tagless, derevo-core to 0.12.3 @scala-steward (#603)
  • Update shapeless to 2.3.4 @scala-steward (#598)
  • Update zio to 1.0.6 @scala-steward (#599)
  • Drop sbt-0.13.x syntax @catostrophe (#596)
  • Update scalatest to 3.2.7 @scala-steward (#586)
  • Update log4cats-core to 1.2.2 @scala-steward (#587)
  • Update refined to 0.9.23 @scala-steward (#589)
  • Update sbt to 1.5.0 @scala-steward (#590)
  • Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#607)

0.10.1

3 years ago

Features

  • New concurrency primitive SerialAgent @nikolaiser (#539)
  • Context accessor method @oskin1 (#540)
  • Factorize and cooler Logs @Odomontois (#567)
  • Enable newtype derivation for loggable @Odomontois (#537)
  • Improve Txr usability @catostrophe (#527)

Fixes

  • FindRaise in feither, foption, timeout syntax @klimovsv (#561)

Documentation

  • Update README @catostrophe (#531)

Maintenance

  • Update fs2-io to 2.5.4 @scala-steward (#585)
  • Update cats-effect to 2.4.0 @scala-steward (#570)
  • Update derevo-cats-tagless, derevo-core to 0.12.2 @scala-steward (#568)
  • Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#569)
  • Configure .scala-steward.conf @catostrophe (#584)
  • Update sbt-scalafix to 0.9.27 @scala-steward (#573)
  • Update zio-interop-cats to 2.4.0.0 @scala-steward (#575)
  • Update sbt-mdoc to 2.2.19 @scala-steward (#576)
  • Update alleycats-core, cats-core, cats-free to 2.5.0 @scala-steward (#577)
  • Update refined to 0.9.22 @scala-steward (#578)
  • Update scala-collection-compat to 2.4.3 @scala-steward (#579)
  • Update cats-effect to 2.4.1 @scala-steward (#580)
  • Update cats-mtl to 1.1.3 @scala-steward (#581)
  • Update log4cats-core to 1.2.1 @scala-steward (#571)
  • Update sbt-tpolecat to 0.1.17 @scala-steward (#562)
  • nanofix remove problematic import @Odomontois (#566)
  • Update sbt-sonatype to 3.9.7 @scala-steward (#560)
  • Update sbt-sonatype to 3.9.6 @scala-steward (#559)
  • Update doobie-core to 0.12.1 @scala-steward (#558)
  • Update log4cats-core to 1.2.0 @scala-steward (#532)
  • Update sbt-pgp to 2.1.2 @scala-steward (#557)
  • Update doobie-core to 0.12.0 @scala-steward (#555)
  • Update sbt-pgp to 2.1.1 @scala-steward (#550)
  • Update sbt-scalafmt to 2.4.2 @scala-steward (#551)
  • Update scalatest to 3.2.6 @scala-steward (#553)
  • Update zio to 1.0.5 @scala-steward (#554)
  • Update sbt to 1.4.9 @scala-steward (#556)
  • Update sbt-rewarn to 0.1.3 @scala-steward (#544)
  • Update sbt-scalafix to 0.9.26 @scala-steward (#541)
  • Update sbt-unidoc to 0.4.3 @scala-steward (#542)
  • Update sbt-pgp to 2.0.2 @scala-steward (#543)
  • Update sbt-updates to 0.5.2 @scala-steward (#545)
  • Update sbt-tpolecat to 0.1.16 @scala-steward (#546)
  • Update sbt-mdoc to 2.2.18 @scala-steward (#547)
  • Update sbt-scalafmt to 2.3.4 @scala-steward (#548)
  • Update sbt-sonatype to 3.9.5 @scala-steward (#549)
  • Update tethys-core, tethys-jackson to 0.23.0 @scala-steward (#534)
  • Update fs2-io to 2.5.3 @scala-steward (#529)
  • Update scalatest to 3.2.5 @scala-steward (#528)
  • Update scalatest to 3.2.4 @scala-steward (#524)
  • Update refined to 0.9.21 @scala-steward (#525)
  • Update fs2-io to 2.5.2 @scala-steward (#526)
  • Update fs2-io to 2.5.1 @scala-steward (#523)
  • Update cats-effect to 2.3.3 @scala-steward (#522)
  • Update cats-mtl to 1.1.2 @scala-steward (#521)

0.10.0

3 years ago

Fixes

  • FindRaise instance search fixed @oskin1 (#513)
  • Fix package name for ConsoleContextLayout doc & bug in CCL @FunFunFine (#508)

Documentation

  • Change url to new in publishSettings @daron666 (#519)
  • Fix broken links in README @catostrophe (#515)

Maintenance

  • Update scala-collection-compat to 2.4.2 @scala-steward (#516)
  • Update alleycats-core, cats-core, cats-free to 2.4.2 @scala-steward (#517)
  • Update cats-effect to 2.3.2 @scala-steward (#518)
  • Update JDK in CI @catostrophe (#520)
  • Update tethys-core, tethys-jackson to 0.22.0 @scala-steward (#511)
  • Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#510)
  • Update zio-interop-cats to 2.3.1.0 @scala-steward (#509)
  • Update alleycats-core, cats-core, cats-free to 2.4.1 @scala-steward (#506)

0.9.1

3 years ago

Changes

  • Add RMS adopter @Tvaroh (#490)

Fixes

  • Revert #424 @catostrophe (#491)

Documentation

  • Improve Logging documentation @FunFunFine (#483)
  • Add tofu-logging-log4cats module @psisoyev (#478)

Maintenance

  • Bump actions/cache from v2 to v2.1.4 @dependabot (#500)
  • Bump release-drafter/release-drafter from v5.9.0 to v5.13.0 @dependabot (#501)
  • Update alleycats-core, cats-core, cats-free to 2.4.0 @REDNBLACK (#476, #504)
  • Update tethys-core, tethys-jackson to 0.21.0 @scala-steward (#493, #502)
  • Auto update github actions @little-inferno (#499)
  • Update zio to 1.0.4-2 @scala-steward (#492, #497, #498)
  • Update sbt to 1.4.7 @scala-steward (#496)
  • Update scala-collection-compat to 2.4.1 @scala-steward (#479, #494, #495)
  • Update to scala 2.12.13 @catostrophe (#489)
  • Update kind-projector to 0.11.3 @scala-steward (#488)
  • Update refined to 0.9.20 @scala-steward (#484)
  • Update doobie-core to 0.10.0 @scala-steward (#485)
  • Update derevo-cats-tagless, derevo-core to 0.11.6 @scala-steward (#482)
  • Update sbt to 1.4.6 @scala-steward (#481)
  • Update fs2-io to 2.5.0 @scala-steward (#480)
  • Update cats-mtl to 1.1.1 @scala-steward (#477)

0.9.0

3 years ago

Changes

  • Allow to implement custom Actors @fomkin (#451)
  • Streams syntax refactoring @oskin1 (#415)

Features

  • Summoners for streams type classes @oskin1 (#467)
  • Interop with cats mtl @Ssstlis (#432)
  • Added new syntax and type alias for ExceptT @Odomontois (#435)
  • A shortcut for ZIO WIthLocal instance definition @Odomontois (#434)
  • Integration with log4cats @Z1kkurat (#436)
  • Named composition @Odomontois (#397)
  • Extra Unlift intstances @catostrophe (#394)

Fixes

  • Fix instances for layered ZIO @catostrophe (#462)
  • Deprecate Unlift[F, G].effect and others @catostrophe (#465)
  • ContravariantRaise undeprecated. @oskin1 (#469)
  • Support for WithContext structure promotion added to Context.Companion @oskin1 (#473)
  • Lift usage eliminated from evals syntax. @oskin1 (#460)
  • Fixed field optic tag @Odomontois (#447)
  • Conflicting Errors instances @oskin1 (#440)
  • [tofu-derivation] Narrow scope to unimplemented methods only @catostrophe (#424)
  • Fix zio executor retrieving for blocking @Odomontois (#428)
  • Add summon objects for Scoped aliases @catostrophe (#422)
  • Special search for Raise in syntax where only error type is known @Odomontois (#400)

Documentation

  • Scaladoc for Context.scala @FunFunFine (#414)
  • Add Mid documentation @mikhailchuryakov (#416)
  • Tofu Streams documentation @oskin1 (#417)
  • Add RaiffeisenBank to adopters @Ssstlis (#411)
  • Add Konfy to the contributors list @gurinderu (#406)
  • Add adopters section to readme @mehakun (#402)

Maintenance

  • Update Scala version @catostrophe (#464)
  • Update sbt to 1.4.5 @scala-steward (#474)
  • Update refined to 0.9.19 @scala-steward (#472)
  • Update kind-projector to 0.11.2 @scala-steward (#470)
  • Update cats-mtl to 1.1.0 @scala-steward (#466)
  • Update cats-effect to 2.3.0 @scala-steward (#468)
  • Update scala-collection-compat to 2.3.1 @scala-steward (#459)
  • Update alleycats-core, cats-core, cats-free to 2.3.0 @scala-steward (#461)
  • Update doobie-core to 0.9.4 @scala-steward (#458)
  • Update sbt to 1.4.4 @scala-steward (#456)
  • Update fs2-io to 2.4.6 @scala-steward (#457)
  • Update refined to 0.9.18 @scala-steward (#448)
  • Update kind-projector to 0.11.1 @scala-steward (#453)
  • Update scala-collection-compat to 2.3.0 @scala-steward (#454)
  • Update scala.yml @catostrophe (#452)
  • Update sbt to 1.4.3 @scala-steward (#449)
  • Update scalatest to 3.2.3 @scala-steward (#442)
  • Update monix to 3.3.0 @scala-steward (#441)
  • Update fs2-io to 2.4.5 @scala-steward (#443)
  • Update sbt to 1.4.2 @scala-steward (#437)
  • Update contributor info @Odomontois (#429)
  • Update typesafe:config to 1.4.1 @scala-steward (#430)
  • Update simulacrum to 1.0.1 @scala-steward (#426)
  • Update cats-tagless-macros to 0.12 @scala-steward (#427)
  • Update sbt to 1.4.1 @scala-steward (#421)
  • Update scalafmt-core to 2.7.5 @scala-steward (#418)
  • Update zio to 1.0.3 @scala-steward (#413)
  • Update sbt, sbt-rewarn, scalafmt @catostrophe (#410)
  • Update zio-interop-cats to 2.2.0.1 @scala-steward (#409)
  • Update zio to 1.0.2 @scala-steward (#407)
  • Update zio-interop-cats to 2.2.0.0 @scala-steward (#405)
  • Update zio-interop-cats to 2.1.4.1 @scala-steward (#403)
  • Update scalafmt-core to 2.7.3 @scala-steward (#399)
  • Update refined to 0.9.17 @scala-steward (#396)

0.8.0

3 years ago

Changes

  • Refactor of Context instance hierarchy @Odomontois (#383)
  • Refactor of Error instance hierarchy @Odomontois (#382)

Features

  • Missing streams syntax added @oskin1 (#392)
  • Added Scoped typeclass @Odomontois (#388)
  • Helpful operations for creating Log middleware @Odomontois (#386)
  • Provide contextShift instance for ContextT @Odomontois (#385)
  • added Unlift derivation for reader-like effects with subcontexts @klimovsv (#367)
  • Tofu Streams @oskin1 (#302)
  • Bifoldable & Bitraverse CalcM instances @Odomontois (#361)
  • Additional instances for ContextT and others @Odomontois (#357)
  • Lift/IsoK smart constructors @GusevTimofey (#356)
  • Print full stacktrace in ELKLayout @ioaoue (#355)
  • IsoK summon method @GusevTimofey (#352)
  • Add Lift instances via IsoK, UnliftIO instance for ReaderT @catostrophe (#351)

Fixes

  • Fix daemon cancelation completion @Odomontois (#384)
  • Fix Unlift instance ambiguity @catostrophe (#371)
  • [tofu-doobie] Relax constraints in ELH.embed @catostrophe (#374)
  • Errors hierarchy fix. Remove subtype instance adapting from cats @Odomontois (#362)
  • Additional instances for ContextT and others @Odomontois (#357)
  • Make started fibers interruptible in zio-interop @ioaoue (#353)

Documentation

  • Fix docs on logging installation @Leammas (#364)

Maintenance

  • Update refined to 0.9.16 @scala-steward (#390)
  • Update scalafmt-core to 2.7.2 @scala-steward (#387)
  • Update derevo-cats-tagless, derevo-core to 0.11.5 @scala-steward (#380)
  • Update scalafmt-core to 2.7.1 @scala-steward (#378)
  • Update scala-collection-compat to 2.2.0 @scala-steward (#377)
  • Update all deps, fix issues @catostrophe (#375)
  • Update zio to 1.0.1 @scala-steward (#363)
  • Update scalatest to 3.2.2 @scala-steward (#365)
  • Update fs2-io to 2.4.4 @scala-steward (#366)
  • Update fs2-io to 2.4.3 @scala-steward (#360)
  • Update magnolia to 0.17.0 @scala-steward (#359)
  • Update monocle-core to 2.1.0 @scala-steward (#358)
  • Update scalatest to 3.2.1 @scala-steward (#350)
  • Strict lints, scalac upgrade, add sbt-rewarn @catostrophe (#349)

0.7.9

3 years ago

Changes

Features

  • Add Pre syntax for attaching fs2.Stream algebras @catostrophe (#335)
  • add retryOnly syntax for retrying on provided error type @klimovsv (#343)

Fixes

  • fix RepresentableK macro for traits with vararg parameters in methods @klimovsv (#346)

Documentation

  • Make optics hierarchy pic more readable @daron666 (#342)

Maintenance

  • Update zio/zio-interop-cats to stable versions at a time @catostrophe (#347)
  • Update silencer-lib, silencer-plugin to 1.7.1 @scala-steward (#341)
  • Update scalafmt-core to 2.6.4 @scala-steward (#340)
  • Update refined to 0.9.15 @scala-steward (#339)
  • Update cats-effect to 2.1.4 @scala-steward (#337)
  • Update scalafmt-core to 2.6.3 @scala-steward (#336)

0.7.8

3 years ago

Changes

Features

  • new Optic: Grated \ Zipping @Odomontois (#331)
  • Bifunctor Starter pack @Odomontois (#310)
  • Optics: Improved functions added monomorphic functions @Odomontois (#326)
  • Add an OffsetDateTime loggable instance @pomadchin (#316)
  • Add reRaise and adaptError methods @daron666 (#319)
  • java.sql time-related datatypes loggable instances @mehakun (#317)
  • New Unlift zio for partial Has-context @Odomontois (#313)
  • Add Unlift extensions for summoning (Concurrent)Effect @catostrophe (#304)

Fixes

  • Fix logging impl @danslapman (#301)

Documentation

  • add timeout docs @d1skort (#327)
  • Kind enumeration description @Odomontois (#305)

Maintenance

  • Upgrade scalafmt to 2.6.1 @Odomontois (#333)
  • Update sbt to 1.3.13 @scala-steward (#329)
  • Update zio to 1.0.0-RC21-2 @scala-steward (#332)
  • Update zio to 1.0.0-RC21 @scala-steward (#323)
  • Update scalatest to 3.2.0 @scala-steward (#320)
  • Update monocle-core to 2.0.5 @scala-steward (#312)
  • Update fs2-io to 2.4.2 @scala-steward (#311)
  • Update fs2-io to 2.4.1 @scala-steward (#306)
  • Update fs2-io to 2.4.0 @scala-steward (#303)