aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2023-03-15 11:47:51 -0700
committerJack Koenig2023-03-15 11:47:51 -0700
commit7ea85f12f2f1780329787db4d6588f14c6ba069f (patch)
tree4d1508f377759460b097d23a533984c8ad7c3bfa /build.sbt
parent1144676e498141a554b40bc0cc5a1f551e7a0aa9 (diff)
Prepare Mergify for changing the default branch to 1.6.x
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 4c6c2456..3b3c41b8 100644
--- a/build.sbt
+++ b/build.sbt
@@ -152,7 +152,7 @@ lazy val docSettings = Seq(
"-doc-source-url", {
val branch =
if (version.value.endsWith("-SNAPSHOT")) {
- "master"
+ "1.6.x"
} else {
s"v${version.value}"
}