mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Fix multiple routes support
This commit is contained in:
parent
44ffa55cc6
commit
a036e3cbb3
6 changed files with 217 additions and 148 deletions
|
|
@ -38,7 +38,7 @@ object zio extends ScalaCommon:
|
|||
|
||||
object example extends ScalaCommon:
|
||||
def moduleDeps = Seq(zio)
|
||||
def mvnDeps = Seq(mvn"dev.optics::monocle-core:3.1.0")
|
||||
def mvnDeps = Seq(mvn"dev.optics::monocle-core:3.1.0", mvn"dev.zio::zio-logging:2.5.1")
|
||||
|
||||
def scaliveBundle = Task {
|
||||
os.copy(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue