You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sbtDocCommand =";scalacticDotty/doc"// fails with missing type ;scalatestDotty/doc"
247
247
// cannot take signature of (test: org.scalatest.concurrent.ConductorFixture#OneArgTest):
248
248
// org.scalatest.Outcome
249
249
// Problem parsing scalatest.dotty/target/scala-3.0.0-M2/src_managed/main/org/scalatest/concurrent/ConductorFixture.scala:[602..624..3843], documentation may not be generated.
@@ -361,6 +361,8 @@ object projects:
361
361
lazyvalmunit=SbtCommunityProject(
362
362
project ="munit",
363
363
sbtTestCommand ="testsJVM/test",
364
+
// Hardcode the version to avoid having to deal with something set by sbt-dynver
365
+
sbtPublishCommand =s"""set every version := "${Versions.munit}"; munitJVM/publishLocal; munitJS/publishLocal; munitScalacheckJVM/publishLocal; munitScalacheckJS/publishLocal; junit/publishLocal""",
0 commit comments