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