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

Update zio-config-typesafe to 4.0.1 #540

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 @@ -33,7 +33,7 @@ addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck"

val zioVersion = "2.0.20"
val zioNioVersion = "2.0.1"
val zioConfigVersion = "3.0.7"
val zioConfigVersion = "4.0.1"
val zioInteropCatsVersion = "22.0.0.0"
val doobieVersion = "0.13.4"
// Akka cannot be upgraded since later versions have the Business Source License
Expand Down
Loading