Skip to content

Commit

Permalink
Skip docs in sbt stage. (#168)
Browse files Browse the repository at this point in the history
Accessorily bump to SBT 1.10.7
  • Loading branch information
PapyChacal authored Jan 17, 2025
1 parent 223c905 commit 3a6206d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions built.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ core / libraryDependencies += "com.lihaoyi" %% "fastparse" % "3.1.0"
ThisBuild / libraryDependencies += "org.scalatest" % "scalatest_3" % "3.2.19" % Test
tools / libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0"

// Do not package docs every single time
// This is the way I found to stop recompiling docs
// on every `sbt stage`; so it is nicety-only,
// feel free to try removing if this ends up being an issue
// anywhere else!
mappings in (Compile, packageDoc) := Nil

lazy val scair = (project in file("."))
.aggregate(
core,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.0
sbt.version=1.10.7

0 comments on commit 3a6206d

Please sign in to comment.