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 09dce55 commit 07f3d97Copy full SHA for 07f3d97
build.sbt
@@ -9,7 +9,7 @@ addCommandAlias(
9
";scalafmtCheckAll; scalafmtSbtCheck; +test; +publishLocal; sbt-exercise/scripted"
10
)
11
addCommandAlias("ci-docs", ";github; mdoc; headerCreateAll")
12
-addCommandAlias("ci-publish", "show developers; github; show developers")
+addCommandAlias("ci-publish", "show developers; github; show ThisBuild / githubEnabled; show ThisBuild / collaborators; show developers")
13
14
lazy val V = new {
15
val cats: String = "2.7.0"
0 commit comments