init: simple cask, initial template
This commit is contained in:
14
16-countries-page-from-api/build.sbt
Normal file
14
16-countries-page-from-api/build.sbt
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
val toolkitV = "0.1.7"
|
||||
val toolkit = "org.scala-lang" %% "toolkit" % toolkitV
|
||||
val toolkitTest = "org.scala-lang" %% "toolkit-test" % toolkitV
|
||||
|
||||
val cask = "com.lihaoyi" %% "cask" % "0.9.1"
|
||||
|
||||
ThisBuild / scalaVersion := "3.2.2"
|
||||
libraryDependencies += cask
|
||||
libraryDependencies += toolkit
|
||||
libraryDependencies += (toolkitTest % Test)
|
||||
|
||||
// https://mvnrepository.com/artifact/org.thymeleaf/thymeleaf
|
||||
libraryDependencies += "org.thymeleaf" % "thymeleaf" % "3.1.2.RELEASE"
|
||||
Reference in New Issue
Block a user