diff --git a/build.sbt b/build.sbt index 803811ab..8fe7ed99 100644 --- a/build.sbt +++ b/build.sbt @@ -66,8 +66,7 @@ val commonSettings = Seq( "org.typelevel" %% "munit-cats-effect-3" % "1.0.5" % Test ), addCompilerPlugins, - Compile / doc / sources := Nil, - Compile / packageDoc / publishArtifact := false + Compile / doc / sources := Nil ) // val core = project