Skip to content

Commit

Permalink
Update zio-config to 3.0.7 (#300)
Browse files Browse the repository at this point in the history
Co-authored-by: svroonland <[email protected]>
  • Loading branch information
scala-steward and svroonland authored Feb 18, 2023
1 parent cdb29bb commit 737f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val mainScala = "2.13.10"
val scala3Version = "3.2.2"
val allScala = Seq(mainScala, scala3Version)
val zioVersion = "2.0.9"
val zioConfigVersion = "3.0.1"
val zioConfigVersion = "3.0.7"

val excludeInferAny = { options: Seq[String] => options.filterNot(Set("-Xlint:infer-any")) }
lazy val commonJvmSettings = Seq(crossScalaVersions := allScala, Compile / scalacOptions ~= excludeInferAny)
Expand Down

0 comments on commit 737f335

Please sign in to comment.