We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51bbf7 commit 0c5edb7Copy full SHA for 0c5edb7
catnip.sbt
@@ -47,11 +47,11 @@ lazy val readme = scalatex.ScalatexReadme(
47
.noPublish
48
.enablePlugins(GhpagesPlugin)
49
.settings(
50
+ scalaVersion := "2.12.11", // there is no ScalaTex for 2.13
51
siteSourceDirectory := target.value / "scalatex",
52
git.remoteRepo := "[email protected]:scalalandio/catnip.git",
53
Jekyll / makeSite / includeFilter := new FileFilter { def accept(p: File) = true }
54
)
55
56
addCommandAlias("fullTest", ";test;scalastyle")
57
addCommandAlias("fullCoverageTest", ";coverage;test;coverageReport;coverageAggregate;scalastyle")
-addCommandAlias("relock", ";unlock;reload;update;lock")
0 commit comments