Skip to content

Commit

Permalink
build: skip publishing of root (#62)
Browse files Browse the repository at this point in the history
(Fixes that an empty 2.12 artifact was published.)
  • Loading branch information
MartinHH authored Jan 23, 2025
1 parent 4c2193b commit e4c416f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ lazy val core =
name := "scalacheck-derived",
description := "A library providing automatic derivation of scalacheck Arbitrary instances for Scala 3."
)

// do not publish root project
publish / skip := true

0 comments on commit e4c416f

Please sign in to comment.