mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Implement trackStatic
This commit is contained in:
parent
12972a13a8
commit
3278ddbd1c
9 changed files with 190 additions and 18 deletions
|
|
@ -53,6 +53,9 @@ object scalive extends Module:
|
|||
def mvnDeps = Seq(mvn"dev.zio::zio-http:3.4.0")
|
||||
def moduleDeps = Seq(core)
|
||||
|
||||
object test extends ScalaTests with scalalib.TestModule.ZioTest:
|
||||
def zioTestVersion = "2.1.23"
|
||||
|
||||
object example extends ScalaCommon:
|
||||
def moduleDeps = Seq(scalive.zio)
|
||||
def mvnDeps = Seq(mvn"dev.optics::monocle-core:3.1.0", mvn"dev.zio::zio-logging:2.5.1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue