Skip to content

Commit 0c5edb7

Browse files
Fix Scalatex after update
1 parent f51bbf7 commit 0c5edb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catnip.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ lazy val readme = scalatex.ScalatexReadme(
4747
.noPublish
4848
.enablePlugins(GhpagesPlugin)
4949
.settings(
50+
scalaVersion := "2.12.11", // there is no ScalaTex for 2.13
5051
siteSourceDirectory := target.value / "scalatex",
5152
git.remoteRepo := "[email protected]:scalalandio/catnip.git",
5253
Jekyll / makeSite / includeFilter := new FileFilter { def accept(p: File) = true }
5354
)
5455

5556
addCommandAlias("fullTest", ";test;scalastyle")
5657
addCommandAlias("fullCoverageTest", ";coverage;test;coverageReport;coverageAggregate;scalastyle")
57-
addCommandAlias("relock", ";unlock;reload;update;lock")

0 commit comments

Comments
 (0)