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

Update zio-config to 1.0.10 #398

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object BuildHelper {
final val ZioVersion = "1.0.0"
final val NioVersion = "1.0.0-RC9"
final val ZioLoggingVersion = "0.3.2"
final val ZioConfigVersion = "1.0.5"
final val ZioConfigVersion = "1.0.10"

final private val CommonOpts =
Seq(
Expand Down