feat(12): adding thymeleaf lib and template resp

This commit is contained in:
efim
2023-06-28 07:18:00 +00:00
parent d0f8cd771e
commit 509c45b357
3 changed files with 51 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ lazy val root = (project in file("."))
libraryDependencies += (toolkitTest % Test),
libraryDependencies ++= Seq(
"com.lihaoyi" %% "cask" % "0.9.1",
"com.lihaoyi" %% "mainargs" % "0.5.0"
"com.lihaoyi" %% "mainargs" % "0.5.0",
"org.thymeleaf" % "thymeleaf" % "3.1.1.RELEASE"
)
)