Scalatex icon indicating copy to clipboard operation
Scalatex copied to clipboard

Missing libraryDependencies

Open jvr-ks opened this issue 4 years ago • 0 comments

Had to add to "build.sbt":

lazy val root = (project in file("."))
.settings(
    libraryDependencies ++= Seq(
    	"com.lihaoyi"			%% "scalatex-site"	% "0.4.1",
	"com.lihaoyi"			%% "scalatex-api"	% "0.4.1"
    )
)

jvr-ks avatar Jan 31 '21 21:01 jvr-ks