10 lines
361 B
Scala
10 lines
361 B
Scala
ThisBuild / scalaVersion := "3.3.0"
|
|
|
|
fork := true
|
|
|
|
libraryDependencies += "com.lihaoyi" %% "upickle" % "3.1.2"
|
|
libraryDependencies += "com.lihaoyi" %% "requests" % "0.8.0"
|
|
libraryDependencies += "com.lihaoyi" %% "cask" % "0.9.1"
|
|
libraryDependencies += "com.lihaoyi" %% "mainargs" % "0.5.0"
|
|
libraryDependencies += "org.thymeleaf" % "thymeleaf" % "3.1.1.RELEASE"
|