When I run sbt publishSigned, it does not upload the spec module now. Before using project instead of projectMatrix, crossScalaVersions and sbt +publishSigned uploaded all modules. I also cannot revert to spec to use project instead of projectMatrix because then I cannot use it as dependency on projectMatrix modules.
When I try scalaVersion = Nil, I get
no rows were found in scalacolliderugens-spec matching ProjectRow(true, List(PlatformAxis(jvm,JVM,jvm), ScalaVersionAxis(2.13.3,2.13))): List()
I have something like
When I run
sbt publishSigned
, it does not upload thespec
module now. Before usingproject
instead ofprojectMatrix
,crossScalaVersions
andsbt +publishSigned
uploaded all modules. I also cannot revert tospec
to useproject
instead ofprojectMatrix
because then I cannot use it as dependency onprojectMatrix
modules.When I try
scalaVersion = Nil
, I get