Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Update zio-interop-cats to 23.1.0.1 #543

Closed
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 @@ -34,7 +34,7 @@ addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck"
val zioVersion = "2.0.20"
val zioNioVersion = "2.0.1"
val zioConfigVersion = "3.0.7"
val zioInteropCatsVersion = "22.0.0.0"
val zioInteropCatsVersion = "23.1.0.1"
val doobieVersion = "0.13.4"
// Akka cannot be upgraded since later versions have the Business Source License
val akkaActorTypedVersion = "2.6.19"
Expand Down
Loading