Skip to content

Commit

Permalink
typelevel#787 - rc2 - add test artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-twiner committed Mar 9, 2024
1 parent 1888f4e commit d146f00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,10 @@ lazy val framelessSettings = Seq(
* [error] +- org.scoverage:scalac-scoverage-reporter_2.12:2.0.7 (depends on 2.1.0)
* [error] +- org.scala-lang:scala-compiler:2.12.16 (depends on 1.0.6)
*/
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always,
// allow testing on different runtimes, but don't publish / run docs
Test / publishArtifact := true,
Test / packageDoc / publishArtifact := false
) ++ consoleSettings

lazy val spark34Settings = Seq[Setting[_]](
Expand Down

0 comments on commit d146f00

Please sign in to comment.