A simple testing framework for Scala
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.10"
Mill build tool
ivy"com.lihaoyi::utest::0.7.10"
Scala CLI
//> using dep "com.lihaoyi::utest::0.7.10"