Skip to content

Commit

Permalink
chore: fix boolean parameter warning in scala 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-lu committed Jul 19, 2024
1 parent 03adb91 commit 8abedb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ object TypesafeConfigSpec extends ZIOSpecDefault {
Employee("martha", None, Right("Medium"))
),
1000,
true,
boolean = true,
None
)

Expand Down

0 comments on commit 8abedb9

Please sign in to comment.