feat: use NoneEmptyList from cats to enfroce non-empty statements

This commit is contained in:
2025-02-01 20:39:56 +00:00
parent 1643628c60
commit 1d78072c22
2 changed files with 14 additions and 12 deletions

View File

@@ -3,6 +3,7 @@
// dependencies
//> using dep com.github.j-mie6::parsley::5.0.0-M10
//> using dep com.github.j-mie6::parsley-cats::1.3.0
//> using dep com.lihaoyi::os-lib::0.11.3
//> using dep com.github.scopt::scopt::4.1.0
//> using test.dep org.scalatest::scalatest::3.2.19