init: added mainargs for port and host

This commit is contained in:
efim
2023-09-23 04:09:58 +00:00
parent d74df846f2
commit 6d5077159b
3 changed files with 68 additions and 32 deletions

View File

@@ -4,9 +4,11 @@ val toolkit = "org.scala-lang" %% "toolkit" % toolkitV
val toolkitTest = "org.scala-lang" %% "toolkit-test" % toolkitV
val cask = "com.lihaoyi" %% "cask" % "0.9.1"
val mainargs = "com.lihaoyi" %% "mainargs" % "0.5.4"
ThisBuild / scalaVersion := "3.2.2"
libraryDependencies += cask
libraryDependencies += mainargs
libraryDependencies += toolkit
libraryDependencies += (toolkitTest % Test)