mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Add test suite
This commit is contained in:
parent
ce06904f27
commit
5b1c71352e
2 changed files with 161 additions and 0 deletions
|
|
@ -5,3 +5,7 @@ object core extends ScalaModule:
|
|||
def scalaVersion = "3.7.2"
|
||||
def scalacOptions = Seq("-Wunused:all")
|
||||
def mvnDeps = Seq(mvn"dev.zio::zio-json:0.7.44")
|
||||
|
||||
object test extends ScalaTests with TestModule.Utest:
|
||||
def utestVersion = "0.9.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue