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 a1183f7 commit 09dce55Copy full SHA for 09dce55
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; debug; github; show developers")
+addCommandAlias("ci-publish", "show developers; github; show developers")
13
14
lazy val V = new {
15
val cats: String = "2.7.0"
0 commit comments