Skip to content

Commit

Permalink
Update ZIO SBT
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed May 27, 2024
1 parent 3c1f29f commit d83d652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,11 @@ lazy val docs = project
.in(file("zio-logging-docs"))
.settings(
moduleName := "zio-logging-docs",
crossScalaVersions := Seq(scala213.value),
projectName := (ThisBuild / name).value,
mainModuleName := (coreJVM / name).value,
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(coreJVM, slf4j, slf4jBridge, jpl),
projectStage := ProjectStage.ProductionReady,
publish / skip := true
publish / skip := true,
)
.settings(macroDefinitionSettings)
.dependsOn(coreJVM, coreJS, slf4j, slf4jBridge, jpl)
Expand Down

0 comments on commit d83d652

Please sign in to comment.