feat: adding assebly
run with java -jar ./target/scala-3.3.0/priceGrid-assembly-0.0.1.jar build with assebly command in sbt
This commit is contained in:
@@ -7,6 +7,9 @@ ThisBuild / organization := "industries.sunshine"
|
||||
lazy val root = (project in file("."))
|
||||
.settings(
|
||||
name := "priceGrid",
|
||||
|
||||
assembly / mainClass := Some("pricegrid.App"),
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.lihaoyi" %% "cask" % "0.9.1",
|
||||
"com.lihaoyi" %% "scalatags" % "0.12.0",
|
||||
|
||||
Reference in New Issue
Block a user