init(13): new sbt project, main args
This commit is contained in:
15
13-testimonials-grid-section/build.sbt
Normal file
15
13-testimonials-grid-section/build.sbt
Normal file
@@ -0,0 +1,15 @@
|
||||
ThisBuild / scalaVersion := "3.2.2"
|
||||
fork := true
|
||||
|
||||
ThisBuild / version := "0.0.1"
|
||||
ThisBuild / organization := "industries.sunshine"
|
||||
|
||||
lazy val root = (project in file("."))
|
||||
.settings(
|
||||
name := "testimonials-grid-section",
|
||||
libraryDependencies ++= Seq(
|
||||
"com.lihaoyi" %% "cask" % "0.9.1",
|
||||
"com.lihaoyi" %% "mainargs" % "0.5.0",
|
||||
"org.thymeleaf" % "thymeleaf" % "3.1.1.RELEASE"
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user