23 lines
896 B
Scala
23 lines
896 B
Scala
//> using scala 3.6
|
|
//> using platform jvm
|
|
|
|
// dependencies
|
|
//> using dep com.github.j-mie6::parsley::5.0.0-M10
|
|
//> using dep com.github.j-mie6::parsley-cats::1.5.0
|
|
//> using dep com.lihaoyi::os-lib::0.11.4
|
|
//> using dep org.typelevel::cats-core::2.13.0
|
|
//> using dep org.typelevel::cats-effect::3.5.7
|
|
//> using dep com.monovore::decline::2.5.0
|
|
//> using dep com.monovore::decline-effect::2.5.0
|
|
//> using dep org.typelevel::log4cats-slf4j::2.7.0
|
|
//> using dep org.slf4j:slf4j-simple:2.0.17
|
|
//> using test.dep org.scalatest::scalatest::3.2.19
|
|
//> using dep org.typelevel::cats-effect-testing-scalatest::1.6.0
|
|
|
|
// sensible defaults for warnings and compiler checks
|
|
//> using options -deprecation -unchecked -feature
|
|
//> using options -Wimplausible-patterns -Wunused:all
|
|
//> using options -Yexplicit-nulls -Wsafe-init -Xkind-projector:underscores
|
|
|
|
// repositories for pre-release versions if needed
|