Skip to content

Commit

Permalink
chore(castor): remove publishing of unnecessary root package (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalias committed Nov 11, 2022
1 parent d56659f commit 1ace5e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion castor/lib/build.sbt
Expand Up @@ -25,7 +25,10 @@ val commonSettings = Seq(
// Project definitions
lazy val root = project
.in(file("."))
.settings(commonSettings)
.settings(
skip / publish := true,
commonSettings
)
.aggregate(core, `sql-doobie`)

lazy val core = project
Expand Down

0 comments on commit 1ace5e7

Please sign in to comment.